summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/system.h b/src/system.h
index ab4826682..7ddbd7dbe 100644
--- a/src/system.h
+++ b/src/system.h
@@ -241,13 +241,6 @@ initialize_exit_failure (int status)
# endif /* HAVE_NDIR_H */
#endif /* HAVE_DIRENT_H */
-#if CLOSEDIR_VOID
-/* Fake a return value. */
-# define CLOSEDIR(d) (closedir (d), 0)
-#else
-# define CLOSEDIR(d) closedir (d)
-#endif
-
enum
{
NOT_AN_INODE_NUMBER = 0