Skip to content

Commit f3d831c

Browse files
committed
Remove unnecessary superclass prefix
1 parent 9a2523e commit f3d831c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ql/src/codeql_ruby/controlflow/internal/ControlFlowGraphImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ module Trees {
603603
rescuable = true
604604
or
605605
result =
606-
NamespaceTree.super
606+
super
607607
.getBodyChild(i - count(this.getScopeExpr()) - count(this.getSuperclassExpr()),
608608
rescuable)
609609
}

0 commit comments

Comments
 (0)