mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
remove unused predicate
This commit is contained in:
@@ -747,12 +747,3 @@ module InputStream {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
predicate step(DataFlow::Node n1, DataFlow::Node n2) {
|
||||
exists(Call call |
|
||||
// Method calls
|
||||
call.(ConstructorCall).getConstructedType().hasQualifiedName("java.util.zip", "ZipFile") and
|
||||
n1.asExpr() = call.getAnArgument() and
|
||||
n2.asExpr() = call
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user