remove unused predicate

This commit is contained in:
am0o0
2024-05-12 14:09:55 +02:00
parent 3eb5778543
commit c9daf914cb

View File

@@ -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
)
}