Skip to content

Commit 964aca2

Browse files
committed
Minor Change
1 parent 1d7b0c6 commit 964aca2

File tree

1 file changed

+0
-2
lines changed
  • liquidjava-verifier/src/main/java/liquidjava/processor/refinement_checker/object_checkers

1 file changed

+0
-2
lines changed

liquidjava-verifier/src/main/java/liquidjava/processor/refinement_checker/object_checkers/AuxStateHandler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,6 @@ private static void changeState(TypeChecker tc, VariableInstance vi, List<Object
492492
transitionedState = checkOldMentions(transitionedState, instanceName, newInstanceName);
493493
// update of state of new instance of this#n#(whatever it was + 1)
494494
addInstanceWithState(tc, name, newInstanceName, vi, transitionedState, invocation);
495-
if (found)
496-
return;
497495
}
498496
}
499497
if (!found) { // Reaches the end of stateChange no matching states

0 commit comments

Comments
 (0)