summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-04-11 07:26:21 +0000
committerharti <harti@FreeBSD.org>2005-04-11 07:26:21 +0000
commit31837fbbe6b2e2bc00f1f13b99e53fd052e247b6 (patch)
tree025cd81ae424d5cdc0af7ae83cf9a06d14f1ee41 /usr.bin
parente0e1cda47d1ab672740932980f0528e49c020775 (diff)
downloadFreeBSD-src-31837fbbe6b2e2bc00f1f13b99e53fd052e247b6.zip
FreeBSD-src-31837fbbe6b2e2bc00f1f13b99e53fd052e247b6.tar.gz
Remove the call to Parse_Init() - there is no need to initialize
a static variable to NULL. Forgot this in the previous commit to parse.[ch].
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index 850b64b..1e20813 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -618,8 +618,6 @@ main(int argc, char **argv)
*/
Dir_Init(); /* Initialize directory structures so -I flags
* can be processed correctly */
- Parse_Init(); /* Need to initialize the paths of #include
- * directories */
Var_Init(); /* As well as the lists of variables for
* parsing arguments */
str_init();
OpenPOWER on IntegriCloud