Skip to content

Commit 631a503

Browse files
committed
cleanup
1 parent 509e77b commit 631a503

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ql/src/codeql_ql/ast/Ast.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,9 +1758,7 @@ class ThisAccess extends Identifier {
17581758

17591759
/** A use of `super`. */
17601760
class Super extends TSuper, Expr {
1761-
QL::SuperRef ref;
1762-
1763-
Super() { this = TSuper(ref) }
1761+
Super() { this = TSuper(_) }
17641762

17651763
override string getAPrimaryQlClass() { result = "Super" }
17661764

0 commit comments

Comments
 (0)