summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clib/attribute.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/clib/attribute.h b/clib/attribute.h
index 337265f..86700ec 100644
--- a/clib/attribute.h
+++ b/clib/attribute.h
@@ -82,13 +82,6 @@
#define __unused__ __attribute__ ((__unused__))
/*!
- * @def __const
- * @hideinitializer
- * @brief Const identifier attribute
- */
-#define __const __attribute__ ((__const__))
-
-/*!
* @def __must_check
* @hideinitializer
* @brief Warning about "unused" identifier attribute
OpenPOWER on IntegriCloud