vmm_ring: unused variable
This commit is contained in:
parent
be783a6803
commit
55d7fd38ac
|
@ -23,7 +23,7 @@ let not_written ts = Ptime.equal ts Ptime.min
|
||||||
|
|
||||||
let entry_not_written (ts, _) = not_written ts
|
let entry_not_written (ts, _) = not_written ts
|
||||||
|
|
||||||
let earlier than (ts, v) =
|
let earlier than (ts, _) =
|
||||||
if not_written ts then true else Ptime.is_earlier ts ~than
|
if not_written ts then true else Ptime.is_earlier ts ~than
|
||||||
|
|
||||||
let read_some tst t =
|
let read_some tst t =
|
||||||
|
|
Loading…
Reference in a new issue