summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-15 20:53:36 +0000
committerJim Meyering <jim@meyering.net>2002-12-15 20:53:36 +0000
commitb7e390ca093a850cd769fb1eeade702bce63ab7d (patch)
tree37f6548b4853a3cb31fb4e0db3a7f6b0542aa342 /src/remove.c
parenta6561c4753932bb395535f6080a03315b8075aec (diff)
downloadcoreutils-b7e390ca093a850cd769fb1eeade702bce63ab7d.tar.xz
(PARAMS): Remove definition.
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/remove.c b/src/remove.c
index d8d2d31f3..430255995 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -45,14 +45,6 @@
#define obstack_chunk_alloc malloc
#define obstack_chunk_free free
-#ifndef PARAMS
-# if defined (__GNUC__) || __STDC__
-# define PARAMS(args) args
-# else
-# define PARAMS(args) ()
-# endif
-#endif
-
/* FIXME: if possible, use autoconf... */
#ifdef __GLIBC__
# define ROOT_CAN_UNLINK_DIRS 0