Skip to content

Commit 06f05fb

Browse files
committed
Remove "mutable" from Ack.Immediate.send_ack, since it is never mutated.
1 parent 76033e8 commit 06f05fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tcp/ack.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737
module Immediate : M = struct
3838

3939
type t = {
40-
mutable send_ack: Sequence.t Lwt_mvar.t;
40+
send_ack: Sequence.t Lwt_mvar.t;
4141
mutable pushpending: bool;
4242
}
4343

0 commit comments

Comments
 (0)