Skip to content

Commit

Permalink
SMT: remove ill-typed unused definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido committed Jan 14, 2025
1 parent f286c64 commit 4953e2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/smtencoding/FStarC.SMTEncoding.Solver.fst
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ let dbg_SMTFail = Debug.get_toggle "SMTFail"
// The type definition is now in [FStarC.Compiler.Util], since it needs to be visible to
// both the F# and OCaml implementations.

type z3_replay_result = either (option UC.unsat_core), error_labels
let z3_result_as_replay_result = function
| Inl l -> Inl l
| Inr (r, _) -> Inr r
let recorded_hints : ref (option hints) = BU.mk_ref None
let replaying_hints: ref (option hints) = BU.mk_ref None

Expand Down

0 comments on commit 4953e2b

Please sign in to comment.