X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4135d091a6751f6b209a8600720ab6ec183cd909..a43e21e05c5cf9e3525b3dd5480e4ee5945ffab1:/popt/system.h diff --git a/popt/system.h b/popt/system.h index 02f05c18..fc2f0d4c 100644 --- a/popt/system.h +++ b/popt/system.h @@ -19,14 +19,6 @@ #include #endif -#if !defined(__GNUC__) || defined(APPLE) -/* Apparently the OS X port of gcc gags on __attribute__. - * - * */ -#define __attribute__(x) - -#endif - #ifdef __NeXT /* access macros are not declared in non posix mode in unistd.h - don't try to use posix on NeXTstep 3.3 ! */ @@ -77,6 +69,4 @@ char *alloca (); #define xstrdup(_str) strdup(_str) #endif /* HAVE_MCHECK_H && defined(__GNUC__) */ -#define UNUSED(x) x __attribute__((__unused__)) - #include "popt.h"