summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sys2.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sys2.h b/src/sys2.h
index b67d250c2..808552a04 100644
--- a/src/sys2.h
+++ b/src/sys2.h
@@ -350,14 +350,6 @@ char *alloca ();
of `digit' even when the host does not conform to POSIX. */
#define ISDIGIT(c) ((unsigned) (c) - '0' <= 9)
-#ifndef PARAMS
-# if PROTOTYPES
-# define PARAMS(Args) Args
-# else
-# define PARAMS(Args) ()
-# endif
-#endif
-
/* Take care of NLS matters. */
#if HAVE_LOCALE_H