summaryrefslogtreecommitdiff
path: root/tools/build/v2/engine/newstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/v2/engine/newstr.h')
-rw-r--r--tools/build/v2/engine/newstr.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/build/v2/engine/newstr.h b/tools/build/v2/engine/newstr.h
deleted file mode 100644
index 84a4d7b6da..0000000000
--- a/tools/build/v2/engine/newstr.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright 1993, 1995 Christopher Seiwald.
- *
- * This file is part of Jam - see jam.c for Copyright information.
- */
-
-/*
- * newstr.h - string manipulation routines
- */
-
-char * copystr ( char * );
-void freestr ( char * );
-char * newstr ( char * );
-void str_done();