Got rid of HP-UX kludge (since it didn't help).
authorWayne Davison <wayned@samba.org>
Tue, 27 Apr 2004 01:36:00 +0000 (01:36 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 27 Apr 2004 01:36:00 +0000 (01:36 +0000)
popt/system.h

index 3be4f3c..eac5fb1 100644 (file)
@@ -69,10 +69,6 @@ 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"