aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorThéo Zimmermann2019-06-03 16:27:52 +0200
committerThéo Zimmermann2019-06-03 16:27:52 +0200
commit147666df9d71056e614acbab0b0b5935a085bf32 (patch)
tree3c7e5b33cc60f56eaa359b90b3918053354cdfd4 /plugins
parent5465bbf5525ce82fd3063f6cbd0bb651cc5f4d24 (diff)
parent6a5dcbbfea1af0308a4d49e7c5bcea26d74a739d (diff)
Merge PR #10277: Remove Show Script (deprecated in 8.10)
Reviewed-by: Zimmi48 Reviewed-by: gares
Diffstat (limited to 'plugins')
-rw-r--r--plugins/funind/recdef.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/funind/recdef.ml b/plugins/funind/recdef.ml
index 216be3797b..de1b592337 100644
--- a/plugins/funind/recdef.ml
+++ b/plugins/funind/recdef.ml
@@ -1489,8 +1489,6 @@ let com_eqn sign uctx nb_arg eq_name functional_ref f_ref terminate_ref equation
}
)
)) pstate in
- (* (try Vernacentries.interp (Vernacexpr.VernacShow Vernacexpr.ShowProof) with _ -> ()); *)
-(* Vernacentries.interp (Vernacexpr.VernacShow Vernacexpr.ShowScript); *)
let _ = Flags.silently (fun () -> Lemmas.save_proof_proved ?proof:None ~pstate ~opaque:opacity ~idopt:None) () in
()
(* Pp.msgnl (fun _ _ -> str "eqn finished"); *)