Get rid of obsoleted function

This commit is contained in:
ISSOtm
2020-03-11 01:46:26 +01:00
parent 7c8eba9fd2
commit 55b911654c
2 changed files with 0 additions and 48 deletions

View File

@@ -111,7 +111,6 @@ void sym_ShiftCurrentMacroArgs(void);
struct sSymbol *sym_AddString(char const *tzSym, char const *tzValue);
uint32_t sym_GetDefinedValue(char const *s);
void sym_Purge(char const *tzName);
bool sym_IsRelocDiffDefined(char const *tzSym1, char const *tzSym2);
/* Functions to save and restore the current symbol scope. */
struct sSymbol *sym_GetCurrentSymbolScope(void);