Remove deprecated IMPORT symbol

It had a warning that it had no effect for a long while now; removing it so
the name can be re-used
This commit is contained in:
ISSOtm
2020-03-10 13:42:59 +01:00
parent 81a057416f
commit 8d9a896166
2 changed files with 1 additions and 21 deletions

View File

@@ -477,8 +477,6 @@ const struct sLexInitString lexer_strings[] = {
{"printf", T_POP_PRINTF},
{"export", T_POP_EXPORT},
{"xdef", T_POP_EXPORT},
{"import", T_POP_IMPORT},
{"xref", T_POP_IMPORT},
{"global", T_POP_GLOBAL},
{"ds", T_POP_DS},
{"db", T_POP_DB},