Remove unused hint

This commit is contained in:
gingerBill
2021-05-06 14:09:50 +01:00
parent 902be0d09c
commit 47f97b8f89
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -335,7 +335,6 @@ struct CheckerContext {
Scope * polymorphic_scope;
Ast *assignment_lhs_hint;
Ast *unary_address_hint;
};
struct Checker {