Clean up import lookup code

This commit is contained in:
gingerBill
2018-06-17 21:50:40 +01:00
parent 5fe4c33d0e
commit a99cc2fd70
4 changed files with 27 additions and 49 deletions
-2
View File
@@ -218,8 +218,6 @@ struct Scope {
Scope * first_child;
Scope * last_child;
Map<Entity *> elements; // Key: String
PtrSet<Entity *> implicit;
// Scope * shared;
Array<Ast *> delayed_directives;
Array<Ast *> delayed_imports;