we don't need that import

This commit is contained in:
ryuukk 2023-02-06 18:17:40 +01:00
parent 2b248747fa
commit 0e2f50d6f9
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ import std.experimental.allocator.gc_allocator : GCAllocator;
import std.experimental.logger;
import dparse.ast;
import dparse.lexer;
import std.compiler;
void secondPass(SemanticSymbol* currentSymbol, Scope* moduleScope, ref ModuleCache cache)
{