Don't redefine __const

This would break compiling on RHEL6/CentOS6

Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
This commit is contained in:
Stewart Smith 2017-12-01 13:50:01 +11:00
parent 5d37305e2a
commit 3ec70fbc45
1 changed files with 0 additions and 7 deletions

View File

@ -81,13 +81,6 @@
*/
#define __unused__ __attribute__ ((__unused__))
/*!
* @def __const
* @hideinitializer
* @brief Const identifier attribute
*/
#define __const __attribute__ ((__const__))
/*!
* @def __must_check
* @hideinitializer