fix warning

This commit is contained in:
Simon Cruanes 2021-07-19 23:05:03 -04:00
parent 350a23d99e
commit debd8bcaf8
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -1163,7 +1163,7 @@ module Make(Plugin : PLUGIN)
(* minimize conflict by removing atoms whose propagation history
is ultimately self-subsuming with [lits] *)
let minimize_conflict (self:t) (c_level:int)
let minimize_conflict (self:t) (_c_level:int)
(learnt: atom Vec.t) : unit =
let store = self.store in