diff options
-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; |