Revert unneeded changes

GitOrigin-RevId: 01e91cc64e389416f89537a17e1a07c6bd2e6e01
This commit is contained in:
Mikhail Zakharov
2024-10-01 11:12:20 +02:00
committed by intellij-monorepo-bot
parent 8c85534dc4
commit fdb7551670

View File

@@ -81,13 +81,6 @@ public abstract class XExecutionStack {
@Nullable
public abstract XStackFrame getTopFrame();
/**
* Return the preferable (for selection) stack frame synchronously
* @return preferable stack frame or {@code topFrame} if none is preferred
*/
@Nullable
public XStackFrame getPreferableFrame() { return getTopFrame(); }
/**
* Start computing stack frames top-down starting from {@code firstFrameIndex}. This method is called from the Event Dispatch Thread
* so it should return quickly