summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/system.h b/src/system.h
index e7afc46d..db2fea3f 100644
--- a/src/system.h
+++ b/src/system.h
@@ -33,12 +33,6 @@
# define HAVE_DOS_FILE_CONTENTS 1
#endif
-#ifdef EISDIR
-# define is_EISDIR(e, f) ((e) == EISDIR)
-#else
-# define is_EISDIR(e, f) 0
-#endif
-
#include <stdlib.h>
#include <stddef.h>
#include <limits.h>