Remove duplicate declaration

This commit is contained in:
Chris Smowton
2021-10-12 12:34:32 +01:00
parent 8816aa1431
commit 3c96e62be7

View File

@@ -75,14 +75,6 @@ class IntentGetParcelableExtraMethod extends Method {
}
}
/**
* Specifies that if an `Intent` is tainted, then so are its synthetic fields.
*/
private class IntentFieldsInheritTaint extends DataFlow::SyntheticFieldContent,
TaintInheritingContent {
IntentFieldsInheritTaint() { this.getField().matches("android.content.Intent.%") }
}
private class IntentBundleFlowSteps extends SummaryModelCsv {
override predicate row(string row) {
row =