summaryrefslogtreecommitdiff
path: root/usr.bin/make/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/util.h')
-rw-r--r--usr.bin/make/util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/make/util.h b/usr.bin/make/util.h
index 01cd85160aa6..9a1dedf6c7d5 100644
--- a/usr.bin/make/util.h
+++ b/usr.bin/make/util.h
@@ -55,11 +55,6 @@ typedef int Boolean;
#define FALSE 0
#endif /* TRUE */
-typedef int ReturnStatus;
-
-#define SUCCESS 0
-#define FAILURE 1
-
#define CONCAT(a,b) a##b
struct flag2str {