Remove deprecated symbols

Fixes #896
This commit is contained in:
ISSOtm
2022-05-21 21:20:44 +02:00
parent 80df6640e3
commit b037d54f64
8 changed files with 3 additions and 78 deletions

View File

@@ -790,14 +790,4 @@ void sym_Init(time_t now)
#undef addString
sym_SetCurrentSymbolScope(NULL);
anonLabelID = 0;
/* _PI is deprecated */
struct Symbol *_PISymbol = createBuiltinSymbol("_PI");
_PISymbol->type = SYM_EQU;
_PISymbol->src = NULL;
_PISymbol->fileLine = 0;
_PISymbol->hasCallback = true;
_PISymbol->numCallback = fix_Callback_PI;
}
anonLabelID = 0;}