Skip to content

Commit

Permalink
Compatibility with IDEA 15
Browse files Browse the repository at this point in the history
(cherry picked from commit 5281edb)
  • Loading branch information
zolotov committed Apr 11, 2016
1 parent 3a4bc4f commit 2c63b95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/goide/dlv/DlvDebugProcess.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ protected Promise<?> continueVm(@NotNull StepAction stepAction) {
case IN:
command(STEP);
break;
case IN_ASYNC:
break;
case OVER:
command(NEXT);
break;
Expand Down

0 comments on commit 2c63b95

Please sign in to comment.