summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-22 06:56:21 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-22 06:56:21 +0000
commitb52d569ca10b88fe7b03fbc7b19942abff47e23b (patch)
tree14d966c26182e0c4d6dc081fe03b1d1ec1d9bb08 /src/rmdir.c
parenteba2793d1131e5c03d6357d5a727120340836e8f (diff)
downloadcoreutils-b52d569ca10b88fe7b03fbc7b19942abff47e23b.tar.xz
(EEXIST, ENOTEMPTY): Remove unused macros.
Diffstat (limited to 'src/rmdir.c')
-rw-r--r--src/rmdir.c8
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;