mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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:
parent
f520690c2c
commit
8f5850c6f4
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue