Delete unused method from VirtualFileFinder
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
package org.jetbrains.jet.cli.jvm.compiler;
|
||||
|
||||
import com.intellij.openapi.vfs.VirtualFile;
|
||||
import com.intellij.psi.search.GlobalSearchScope;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import org.jetbrains.jet.lang.resolve.java.header.KotlinClassFileHeader;
|
||||
@@ -33,14 +32,6 @@ public class CliVirtualFileFinder implements VirtualFileFinder {
|
||||
classPath = path;
|
||||
}
|
||||
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public VirtualFile find(@NotNull FqName className, @NotNull GlobalSearchScope scope) {
|
||||
//TODO: use scope
|
||||
return find(className);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public VirtualFile find(@NotNull FqName className) {
|
||||
|
||||
Reference in New Issue
Block a user