Use std::vector for symbols

This commit is contained in:
Rangi42
2024-02-21 10:43:43 -05:00
committed by Sylvie
parent a310b659cd
commit 521ca1c34a
3 changed files with 7 additions and 14 deletions

View File

@@ -137,7 +137,6 @@ static struct Symbol *createsymbol(char const *symName)
sym->section = NULL;
setSymbolFilename(sym);
sym->ID = -1;
sym->next = NULL;
hash_AddElement(symbols, sym->name, sym);
return sym;