mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C++: remove commented-out code
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user