remove finishExecution form platform

This commit is contained in:
Vladimir Krivosheev
2014-03-25 11:44:09 +01:00
parent 2c67c8874f
commit e949ad5a52
2 changed files with 0 additions and 10 deletions
@@ -60,15 +60,6 @@ public abstract class BaseConsoleExecuteActionHandler extends ConsoleExecuteActi
throw new AbstractMethodError();
}
@Deprecated
/**
* @deprecated to remove in IDEA 14
*
* Never used. It is Python specific implementation.
*/
public void finishExecution() {
}
public String getEmptyExecuteAction() {
return ConsoleExecuteAction.CONSOLE_EXECUTE_ACTION_ID;
}
@@ -322,7 +322,6 @@ public class PydevConsoleExecuteActionHandler extends ProcessBackedConsoleExecut
setCurrentIndentSize(1);
}
@SuppressWarnings({"override", "deprecation"})
public void finishExecution() {
final LanguageConsoleImpl console = myConsoleView.getConsole();
final Editor currentEditor = console.getConsoleEditor();