Skip to content

Commit 2c63b95

Browse files
committed
Compatibility with IDEA 15
(cherry picked from commit 5281edb)
1 parent 3a4bc4f commit 2c63b95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/com/goide/dlv/DlvDebugProcess.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ protected Promise<?> continueVm(@NotNull StepAction stepAction) {
209209
case IN:
210210
command(STEP);
211211
break;
212-
case IN_ASYNC:
213-
break;
214212
case OVER:
215213
command(NEXT);
216214
break;

0 commit comments

Comments
 (0)