mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
PyCharm: remove unused method
GitOrigin-RevId: c6116628686d61a07cb04746400fb587703beced
This commit is contained in:
committed by
intellij-monorepo-bot
parent
515ab1ebd8
commit
a88530c3c5
@@ -22,7 +22,6 @@ import com.jetbrains.python.psi.LanguageLevel;
|
||||
import com.jetbrains.python.psi.icons.PythonPsiApiIcons;
|
||||
import com.jetbrains.python.run.CommandLinePatcher;
|
||||
import com.jetbrains.python.sdk.*;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
@@ -112,14 +111,6 @@ public abstract class PythonSdkFlavor<D extends PyFlavorData> {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
/**
|
||||
* Flavor might cache results of {@link #suggestLocalHomePaths(Module, UserDataHolder)}
|
||||
* This method resets them
|
||||
*/
|
||||
@ApiStatus.Internal
|
||||
public void resetHomePathCache() {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Flavor is added to result in {@link #getApplicableFlavors()} if this method returns true.
|
||||
|
||||
Reference in New Issue
Block a user