From 85c509a0fada387d3af96add3dac6a7c702b5d01 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 2 Oct 2012 15:58:00 +0000 Subject: Remove some more "open" and dead code thanks to OCaml4 warnings git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15844 85f007b7-540e-0410-9357-904b9bb8a0f7 --- printing/tactic_printer.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'printing/tactic_printer.ml') diff --git a/printing/tactic_printer.ml b/printing/tactic_printer.ml index e347b6c89a..87bb89e8d4 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 -- cgit v1.2.3