Skip to content

Commit

Permalink
The super class method is already clearing the cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Dec 13, 2024
1 parent 45d07df commit 575dedd
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -488,12 +488,6 @@ private PythonSSAPropagationCallGraphBuilder computeCallGraphBuilder(EclipsePyth
return projectToCallGraphBuilder.get(project);
}

@Override
public RefactoringStatus checkInitialConditions(IProgressMonitor pm) throws CoreException, OperationCanceledException {
this.clearCaches();
return super.checkInitialConditions(pm);
}

@Override
public void clearCaches() {
this.getProjectToCallGraphBuilder().clear();
Expand Down

0 comments on commit 575dedd

Please sign in to comment.