From 3ec70fbc458e32eef0d0b1de79688b4dc48cbd57 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 1 Dec 2017 13:50:01 +1100 Subject: Don't redefine __const This would break compiling on RHEL6/CentOS6 Signed-off-by: Stewart Smith --- clib/attribute.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'clib') diff --git a/clib/attribute.h b/clib/attribute.h index 337265f..86700ec 100644 --- a/clib/attribute.h +++ b/clib/attribute.h @@ -81,13 +81,6 @@ */ #define __unused__ __attribute__ ((__unused__)) -/*! - * @def __const - * @hideinitializer - * @brief Const identifier attribute - */ -#define __const __attribute__ ((__const__)) - /*! * @def __must_check * @hideinitializer -- cgit v1.2.1