IPoolManager

- Removed uneeded import
This commit is contained in:
Tristan B. Velloza Kildaire 2023-12-06 14:41:28 +02:00
parent b31d1de6dd
commit 2927986c22
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import tlang.compiler.typecheck.dependency.expression : ExpressionDNode;
import tlang.compiler.typecheck.dependency.variables : VariableNode, FuncDecNode, StaticVariableDeclaration;
import tlang.compiler.symbols.data : Statement, Expression, Variable, Function;
import std.traits : isAssignable;
// TODO: In future if we do not require the specific `ExpressionDNode` et al
// ... then remove them from the interface definition below