X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/cd59be1d5ebfd0dfd07db5d87caacd5164776675..1082b52bd4fbe567b75b6fb15eeefbf7a34c769a:/popt/system.h diff --git a/popt/system.h b/popt/system.h index 3be4f3c3..fc2f0d4c 100644 --- a/popt/system.h +++ b/popt/system.h @@ -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"