Let's just remove all the UNUSED() macros for now.
[rsync/rsync.git] / popt / system.h
index 3be4f3c..fc2f0d4 100644 (file)
@@ -69,10 +69,4 @@ char *alloca ();
 #define        xstrdup(_str)   strdup(_str)
 #endif  /* HAVE_MCHECK_H && defined(__GNUC__) */
 
-#ifdef __GNUC__
-#define UNUSED(x) x __attribute__((__unused__))
-#else
-#define UNUSED(x) x
-#endif
-
 #include "popt.h"