diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-12-07 07:15:32 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-12-07 07:15:32 +0000 |
commit | 61aeba66d2d7ccc463bccd093601cb23c7ade20b (patch) | |
tree | 807648071047bb30a05570f79b89286b758e5094 /usr.bin/make/dir.h | |
parent | e51c99ea8828e727f442cbeddcaf73476ad75f2b (diff) |
gc dead code
Diffstat (limited to 'usr.bin/make/dir.h')
-rw-r--r-- | usr.bin/make/dir.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index c27622a39be..5f519cdb2ea 100644 --- a/usr.bin/make/dir.h +++ b/usr.bin/make/dir.h @@ -1,7 +1,7 @@ #ifndef DIR_H #define DIR_H -/* $OpenBSD: dir.h,v 1.27 2012/10/02 10:29:30 espie Exp $ */ +/* $OpenBSD: dir.h,v 1.28 2012/12/07 07:15:31 espie Exp $ */ /* $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */ /* @@ -124,14 +124,6 @@ extern TIMESTAMP Dir_MTime(GNode *); * Misc */ -/* string = Dir_MakeFlags(flag, path); - * Given a search path and a command flag, create a string with each - * of the directories in the path preceded by the command flag and all - * of them separated by spaces. - */ -extern char *Dir_MakeFlags(const char *, Lst); - - /* List of directories to search when looking for targets. */ extern Lst defaultPath; |