X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8b2869c0d248af7658d90d79aea3ce81b3ccdf62..7a92ded39a3f278dc31323ccddb680748db5b7ab:/popt/system.h diff --git a/popt/system.h b/popt/system.h index b147af71..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__) */ -#if defined(__GNUC__) || !(defined(__hpux) || defined(_hpux) || defined (hpux)) -#define UNUSED(x) x __attribute__((__unused__)) -#else -#define UNUSED(x) x -#endif - #include "popt.h"