Java: Remove duplicate class.

This commit is contained in:
Anders Schack-Mulligen
2020-01-30 17:04:35 +01:00
parent a167577551
commit 2a0a568cbb

View File

@@ -36,10 +36,6 @@ private class PredictableSeedFlowConfiguration extends DataFlow::Configuration {
}
}
private class TypeNumber extends Class {
TypeNumber() { this.getQualifiedName() = "java.lang.Number" }
}
private predicate predictableCalcStep(Expr e1, Expr e2) {
e2.(BinaryExpr).hasOperands(e1, any(PredictableSeedExpr p))
or