Skip to content

Commit

Permalink
Compiler
Browse files Browse the repository at this point in the history
- Cleaned up imports
  • Loading branch information
deavmi committed Aug 27, 2023
1 parent 88d25e2 commit 93ae73e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/tlang/compiler/core.d
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import tlang.compiler.typecheck.exceptions;
import core.stdc.stdlib;
import tlang.compiler.codegen.emit.core;
import tlang.compiler.codegen.emit.dgen;
import misc.exceptions : TError;
import misc.exceptions;
import tlang.compiler.codegen.mapper.core : SymbolMapper;
import tlang.compiler.codegen.mapper.hashmapper : HashMapper;
import tlang.compiler.codegen.mapper.lebanese : LebaneseMapper;
Expand Down Expand Up @@ -354,8 +354,6 @@ unittest
}
}

import misc.exceptions;

/**
* Tests the following pipeline:
*
Expand Down

0 comments on commit 93ae73e

Please sign in to comment.