mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
remove MEM_VECTOR_INIT - the memset does it all, don't give a false sense of initialization since it wasn't complete anyway
This commit is contained in:
parent
5b4c7a67a7
commit
42e2102839
1 changed files with 0 additions and 3 deletions
3
parser.c
3
parser.c
|
@ -1988,9 +1988,6 @@ bool parser_init()
|
|||
return false;
|
||||
|
||||
memset(parser, 0, sizeof(*parser));
|
||||
|
||||
MEM_VECTOR_INIT(parser, globals);
|
||||
MEM_VECTOR_INIT(parser, locals);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue