summaryrefslogtreecommitdiffstats
path: root/src/commonlib/include/commonlib/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/include/commonlib/helpers.h')
-rw-r--r--src/commonlib/include/commonlib/helpers.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/commonlib/include/commonlib/helpers.h b/src/commonlib/include/commonlib/helpers.h
index b073e0e4929a..c294bee1179a 100644
--- a/src/commonlib/include/commonlib/helpers.h
+++ b/src/commonlib/include/commonlib/helpers.h
@@ -34,10 +34,6 @@
const __typeof__(((type *)0)->member) *__mptr = (ptr); \
(type *)((char *)__mptr - offsetof(type, member)); })
-#ifndef __unused
-#define __unused __attribute__((unused))
-#endif
-
#ifndef alloca
#define alloca(x) __builtin_alloca(x)
#endif