Minor. Unused method removed
This commit is contained in:
@@ -42,10 +42,6 @@ public class ResolveSessionForBodies implements KotlinCodeAnalyzer, Modification
|
|||||||
private final ResolveSession resolveSession;
|
private final ResolveSession resolveSession;
|
||||||
private final ResolveElementCache resolveElementCache;
|
private final ResolveElementCache resolveElementCache;
|
||||||
|
|
||||||
public ResolveSessionForBodies(@NotNull JetFile file, @NotNull ResolveSession resolveSession) {
|
|
||||||
this(file, file.getProject(), resolveSession);
|
|
||||||
}
|
|
||||||
|
|
||||||
public ResolveSessionForBodies(@NotNull Project project, @NotNull ResolveSession resolveSession) {
|
public ResolveSessionForBodies(@NotNull Project project, @NotNull ResolveSession resolveSession) {
|
||||||
this(project, project, resolveSession);
|
this(project, project, resolveSession);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user