Remove now-unnecessary cleanup functions

This commit is contained in:
Rangi42
2024-02-28 20:59:00 -05:00
committed by Sylvie
parent 96f354026a
commit 17df94c75b
5 changed files with 2 additions and 27 deletions

View File

@@ -550,8 +550,5 @@ static void freeSection(struct Section *section)
void obj_Cleanup(void)
{
sym_CleanupSymbols();
sect_ForEach(freeSection);
sect_CleanupSections();
}