Skip to content

Commit 80a0636

Browse files
committed
Remove unnecessary overrides
1 parent 704cd7d commit 80a0636

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

soot-infoflow-android/src/soot/jimple/infoflow/android/callbacks/DefaultCallbackAnalyzer.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -212,16 +212,6 @@ protected void internalTransform(String phaseName, @SuppressWarnings("rawtypes")
212212
PackManager.v().getPack("wjtp").add(transform);
213213
}
214214

215-
@Override
216-
protected boolean filterAccepts(SootClass lifecycleElement, SootClass targetClass) {
217-
return super.filterAccepts(lifecycleElement, targetClass);
218-
}
219-
220-
@Override
221-
protected boolean filterAccepts(SootClass lifecycleElement, SootMethod targetMethod) {
222-
return super.filterAccepts(lifecycleElement, targetMethod);
223-
}
224-
225215
protected void analyzeReachableMethods(ReusableExecutor executionService, SootClass lifecycleElement,
226216
List<MethodOrMethodContext> methods) {
227217
// Make sure to exclude all other edges in the callgraph except for the

0 commit comments

Comments
 (0)