Instruction

- Removed import of (now) non-existent function
This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-12 16:41:27 +02:00
parent 90a302826b
commit ee8d73e23b
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ module compiler.codegen.instruction;
import std.conv : to;
import compiler.typecheck.dependency.core : Context;
import std.string : cmp;
import misc.utils : symbolRename;
import compiler.symbols.data : SymbolType;
import compiler.symbols.check : getCharacter;
import gogga;