aboutsummaryrefslogtreecommitdiff
path: root/printing/pptactic.ml
diff options
context:
space:
mode:
Diffstat (limited to 'printing/pptactic.ml')
-rw-r--r--printing/pptactic.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml
index 44c832bd7a..5192e2db12 100644
--- a/printing/pptactic.ml
+++ b/printing/pptactic.ml
@@ -909,12 +909,6 @@ module Make
pr_opt (pr_clauses None pr.pr_name) cl) l ++
pr_opt pr_eliminator el
)
- | TacDoubleInduction (h1,h2) ->
- hov 1 (
- primitive "double induction"
- ++ pr_arg pr_quantified_hypothesis h1
- ++ pr_arg pr_quantified_hypothesis h2
- )
(* Context management *)
| TacRename l ->