Remove redundant super call.

Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
This commit is contained in:
Joe Farebrother
2022-03-23 12:28:08 +00:00
parent 522a8aff6f
commit 0f606d987d

View File

@@ -41,7 +41,6 @@ class PolynomialRedosConfig extends TaintTracking::Configuration {
override predicate isSink(DataFlow::Node sink) { sink instanceof PolynomialRedosSink }
override predicate isSanitizer(DataFlow::Node node) {
super.isSanitizer(node) or
node.getType() instanceof PrimitiveType or
node.getType() instanceof BoxedType or
node.asExpr().(MethodAccess).getMethod() instanceof LengthRestrictedMethod