aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/tactic_printer.ml
diff options
context:
space:
mode:
Diffstat (limited to 'printing/tactic_printer.ml')
-rw-r--r--printing/tactic_printer.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/tactic_printer.ml b/printing/tactic_printer.ml
index e347b6c89..87bb89e8d 100644
--- a/printing/tactic_printer.ml
+++ b/printing/tactic_printer.ml
@@ -51,8 +51,6 @@ let pr_rule_dot_fnl = function
| Prim Change_evars -> mt ()
| r -> pr_rule_dot r ++ fnl ()
-exception Different
-
let rec print_proof sigma osign pf =
(* spiwack: [osign] is currently ignored, not sure if this function is even used. *)
let hyps = Environ.named_context_of_val (Goal.V82.hyps sigma pf.goal) in