Skip to content

Commit e8f2bc3

Browse files
author
Alvaro Muñoz
committed
Remove debug method
1 parent fafb44d commit e8f2bc3

File tree

1 file changed

+0
-2
lines changed
  • ql/lib/codeql/actions/controlflow/internal

1 file changed

+0
-2
lines changed

ql/lib/codeql/actions/controlflow/internal/Cfg.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,5 +295,3 @@ private class InputTree extends LeafTree instanceof Input { }
295295
private class ScalarValueLeaf extends LeafTree instanceof ScalarValue { }
296296

297297
private class ExpressionLeaf extends LeafTree instanceof Expression { }
298-
299-
predicate test(ScalarValueLeaf f) { any() }

0 commit comments

Comments
 (0)