summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/util.c')
-rw-r--r--usr.bin/make/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c
index 80197b9..67054c2 100644
--- a/usr.bin/make/util.c
+++ b/usr.bin/make/util.c
@@ -155,9 +155,6 @@ signal(s, a)) ()
#ifndef DEV_DEV_COMPARE
# define DEV_DEV_COMPARE(a, b) ((a) == (b))
#endif
-#define ISDOT(c) ((c)[0] == '.' && (((c)[1] == '\0') || ((c)[1] == '/')))
-#define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1])))
-
/* strrcpy():
* Like strcpy, going backwards and returning the new pointer
OpenPOWER on IntegriCloud