Skip to content

Commit

Permalink
Remove unused timedout val
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Oct 13, 2023
1 parent 455696a commit d422cb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/difference/core/quint_model/ccv.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,6 @@ module ccv {
(Err("No outstanding packets to deliver"), false)
} else {
val packet = currentState.consumerStates.get(sender).outstandingPacketsToProvider.head()
// if the packet has timed out, drop the consumer. its state doesn't matter anymore
val timeout = CcvTimeout.get(sender)
if(packet.sendingTime + CcvTimeout.get(sender) < currentState.providerState.chainState.lastTimestamp) {
// drop consumer
val result = stopConsumers(
Expand Down

0 comments on commit d422cb4

Please sign in to comment.