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

@@ -39,9 +39,4 @@ void sym_AddSymbol(struct Symbol *symbol);
*/
struct Symbol *sym_GetSymbol(std::string const &name);
/*
* `free`s all symbol memory that was allocated.
*/
void sym_CleanupSymbols(void);
#endif // RGBDS_LINK_SYMBOL_H