uninitialized variables-sim

This commit is contained in:
AzaezelX 2020-05-11 15:26:52 -05:00
parent a1a6143e01
commit 87603029db
5 changed files with 8 additions and 6 deletions

View file

@ -64,7 +64,6 @@ class NetStringTable
U32 size;
U32 firstFree;
U32 firstValid;
U32 sequenceCount;
Entry *table;
U32 hashTable[HashTableSize];