summaryrefslogtreecommitdiff
path: root/lib/dirname.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dirname.c')
-rw-r--r--lib/dirname.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/dirname.c b/lib/dirname.c
index e6609f1ee..37f585861 100644
--- a/lib/dirname.c
+++ b/lib/dirname.c
@@ -34,10 +34,6 @@ char *malloc ();
#endif
#include <assert.h>
-#ifndef ISSLASH
-# define ISSLASH(C) ((C) == '/')
-#endif
-
#include "dirname.h"
/* Return the leading directories part of PATH,