summaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common.hh b/src/common.hh
index 53045a9..ed2451d 100644
--- a/src/common.hh
+++ b/src/common.hh
@@ -7,12 +7,6 @@
# include "config.h"
#endif
-#if HAVE_VAR_ATTRIBUTE_UNUSED && !defined(__GNUG__)
-# define UNUSED(x) __attribute__((unused)) x ## _unused
-#else
-# define UNUSED(x) /* x ## _unused */
-#endif
-
#include <assert.h>
#endif // COMMON_HH