Remove dead variable

This commit is contained in:
gingerBill
2021-07-10 11:59:41 +01:00
parent 4167ae95ae
commit 73fe36f19c
2 changed files with 0 additions and 6 deletions
-2
View File
@@ -290,8 +290,6 @@ struct CheckerInfo {
Array<Entity *> required_foreign_imports_through_force;
Array<Entity *> required_global_variables;
Map<AtomOpMapEntry> atom_op_map; // Key: Ast *
Array<Entity *> testing_procedures;
bool allow_identifier_uses;