C++: remove commented-out code

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Robert Marsh
2023-04-11 10:41:18 -04:00
committed by GitHub
parent 915c969efe
commit 18c3feb9d8

View File

@@ -9,8 +9,6 @@ class RangeAnalysisTest extends InlineExpectationsTest {
override predicate hasActualResult(Location location, string element, string tag, string value) {
exists(Expr e |
/*call.getArgument(0) = e and
call.getTarget().hasName("range") and*/
tag = "overflow" and
element = e.toString() and
location = e.getLocation() and