Remove now-unnecessary cleanup functions

This commit is contained in:
Rangi42
2024-02-29 13:44:08 -05:00
committed by Sylvie
parent 96f354026a
commit 17df94c75b
5 changed files with 2 additions and 27 deletions
-5
View File
@@ -185,11 +185,6 @@ struct Section *sect_GetSection(std::string const &name)
return search != sections.end() ? search->second : NULL;
}
void sect_CleanupSections(void)
{
sections.clear();
}
static void doSanityChecks(struct Section *section)
{
// Sanity check the section's type