From: Jim Meyering Date: Sun, 15 Dec 2002 20:53:36 +0000 (+0000) Subject: (PARAMS): Remove definition. X-Git-Tag: v4.5.5~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e390ca093a850cd769fb1eeade702bce63ab7d;p=thirdparty%2Fcoreutils.git (PARAMS): Remove definition. --- diff --git a/src/remove.c b/src/remove.c index d8d2d31f3d..4302559958 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