aboutsummaryrefslogtreecommitdiffstats
path: root/xpointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'xpointer.c')
-rw-r--r--xpointer.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/xpointer.c b/xpointer.c
index cfd3ee43..06165aef 100644
--- a/xpointer.c
+++ b/xpointer.c
@@ -15,18 +15,6 @@
#include "config.h"
#endif
-/************************************************************************
- * *
- * When running GCC in vaacum cleaner mode *
- * *
- ************************************************************************/
-
-#ifdef __GNUC__
-#define UNUSED __attribute__((__unused__))
-#else
-#define UNUSED
-#endif
-
/**
* TODO: better handling of error cases, the full expression should
* be parsed beforehand instead of a progressive evaluation