mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 05:22:07 +00:00
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:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user