diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-22 06:56:21 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-22 06:56:21 +0000 |
commit | b52d569ca10b88fe7b03fbc7b19942abff47e23b (patch) | |
tree | 14d966c26182e0c4d6dc081fe03b1d1ec1d9bb08 /src | |
parent | eba2793d1131e5c03d6357d5a727120340836e8f (diff) | |
download | coreutils-b52d569ca10b88fe7b03fbc7b19942abff47e23b.tar.xz |
(EEXIST, ENOTEMPTY): Remove unused macros.
Diffstat (limited to 'src')
-rw-r--r-- | src/rmdir.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/rmdir.c b/src/rmdir.c index 79b00b6f1..2d94fcda8 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; |