Skip to content

Commit 3c96e62

Browse files
committed
Remove duplicate declaration
1 parent 8816aa1 commit 3c96e62

File tree

1 file changed

+0
-8
lines changed
  • java/ql/lib/semmle/code/java/frameworks/android

1 file changed

+0
-8
lines changed

java/ql/lib/semmle/code/java/frameworks/android/Intent.qll

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,6 @@ class IntentGetParcelableExtraMethod extends Method {
7575
}
7676
}
7777

78-
/**
79-
* Specifies that if an `Intent` is tainted, then so are its synthetic fields.
80-
*/
81-
private class IntentFieldsInheritTaint extends DataFlow::SyntheticFieldContent,
82-
TaintInheritingContent {
83-
IntentFieldsInheritTaint() { this.getField().matches("android.content.Intent.%") }
84-
}
85-
8678
private class IntentBundleFlowSteps extends SummaryModelCsv {
8779
override predicate row(string row) {
8880
row =

0 commit comments

Comments
 (0)