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].
This commit is contained in:
Hartmut Brandt 2005-04-11 07:26:21 +00:00
parent f520690c2c
commit 8f5850c6f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144895

View File

@ -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();