From: Paul Eggert Date: Thu, 22 Sep 2005 06:56:21 +0000 (+0000) Subject: (EEXIST, ENOTEMPTY): Remove unused macros. X-Git-Tag: v5.90~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b52d569ca10b88fe7b03fbc7b19942abff47e23b;p=thirdparty%2Fcoreutils.git (EEXIST, ENOTEMPTY): Remove unused macros. --- diff --git a/src/rmdir.c b/src/rmdir.c index 79b00b6f14..2d94fcda8c 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -37,14 +37,6 @@ #define AUTHORS "David MacKenzie" -#ifndef EEXIST -# define EEXIST 0 -#endif - -#ifndef ENOTEMPTY -# define ENOTEMPTY 0 -#endif - /* The name this program was run with. */ char *program_name;