Skip to content

Commit 18c3feb

Browse files
rdmarsh2MathiasVP
andauthored
C++: remove commented-out code
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 915c969 commit 18c3feb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpp/ql/test/library-tests/ir/range-analysis/Overflow.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ class RangeAnalysisTest extends InlineExpectationsTest {
99

1010
override predicate hasActualResult(Location location, string element, string tag, string value) {
1111
exists(Expr e |
12-
/*call.getArgument(0) = e and
13-
call.getTarget().hasName("range") and*/
1412
tag = "overflow" and
1513
element = e.toString() and
1614
location = e.getLocation() and

0 commit comments

Comments
 (0)