diff options
Diffstat (limited to 'dmake/dbug/getwd.c')
-rw-r--r-- | dmake/dbug/getwd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dmake/dbug/getwd.c b/dmake/dbug/getwd.c deleted file mode 100644 index 56e1a03ab7ca..000000000000 --- a/dmake/dbug/getwd.c +++ /dev/null @@ -1,6 +0,0 @@ -char * -getwd(pathname) -char *pathname; -{ - return("delete this code if your getwd.c works correctly"); -} |