completeAnalysisNeeded() removed

This commit is contained in:
Andrey Breslav
2015-01-30 14:16:08 +03:00
parent bbb59773aa
commit dcfa77c77d
9 changed files with 5 additions and 41 deletions
@@ -619,10 +619,5 @@ public abstract class ElementResolver {
public TopDownAnalysisParameters getTopDownAnalysisParameters() {
return topDownAnalysisParameters;
}
@Override
public boolean completeAnalysisNeeded(@NotNull PsiElement element) {
return true;
}
}
}