aboutsummaryrefslogtreecommitdiffstats
path: root/popt
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2004-04-27 01:36:00 +0000
committerWayne Davison <wayned@samba.org>2004-04-27 01:36:00 +0000
commit33a5432ea6d8a3cf2851efac616e4bc3b7042fce (patch)
tree4880ece2dbc83774e63aba24d5e22911f1902e8d /popt
parent968ff560d219f4faef3ddcff75db7308f2eaa3c2 (diff)
downloadandroid_external_rsync-33a5432ea6d8a3cf2851efac616e4bc3b7042fce.tar.gz
android_external_rsync-33a5432ea6d8a3cf2851efac616e4bc3b7042fce.tar.bz2
android_external_rsync-33a5432ea6d8a3cf2851efac616e4bc3b7042fce.zip
Got rid of HP-UX kludge (since it didn't help).
Diffstat (limited to 'popt')
-rw-r--r--popt/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/popt/system.h b/popt/system.h
index 3be4f3c3..eac5fb1a 100644
--- a/popt/system.h
+++ b/popt/system.h
@@ -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"