Skip to content

Commit

Permalink
Merge branch 'v0.15.x_bugfix' into v0.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
S1artie committed Nov 22, 2016
2 parents 366971e + 59325e2 commit d5eae3f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,6 @@ public boolean connect(long aTimeout, ClassLoader aClassLoader) throws IOExcepti
* Triggers execution of the next segment on the fork. Will block until the fork has finished executing the segment.
*/
public ForkResultSummary executeNextSegment(boolean aWaitForForkDisconnect) {
if (aWaitForForkDisconnect) {
System.out.println("WAITING");
}

if (client != null) {
transmitVariableUpdates();

Expand Down

0 comments on commit d5eae3f

Please sign in to comment.