aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-25 18:54:54 +0000
committerGitHub2020-11-25 18:54:54 +0000
commit270b2be49e9cdc70936cec8495c53602bcf40f57 (patch)
tree63b8695daf45806cb40bd91f4a18be754bce771f /plugins
parentbfd6a47d45f61055398dec4b98ae6515c067a343 (diff)
parent2ca8fd3597cdb7fc2e45d6df1c81e03bef9e8827 (diff)
Merge PR #13447: Remove unused parsing code
Reviewed-by: herbelin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ltac/pltac.ml2
-rw-r--r--plugins/ltac/pltac.mli1
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ltac/pltac.ml b/plugins/ltac/pltac.ml
index 196a68e67c..80c13a3698 100644
--- a/plugins/ltac/pltac.ml
+++ b/plugins/ltac/pltac.ml
@@ -47,8 +47,6 @@ let binder_tactic = Entry.create "binder_tactic"
let tactic = Entry.create "tactic"
(* Main entry for quotations *)
-let tactic_eoi = eoi_entry tactic
-
let () =
let open Stdarg in
let open Tacarg in
diff --git a/plugins/ltac/pltac.mli b/plugins/ltac/pltac.mli
index c0bf6b9f76..73bce84d18 100644
--- a/plugins/ltac/pltac.mli
+++ b/plugins/ltac/pltac.mli
@@ -40,4 +40,3 @@ val tactic_expr : raw_tactic_expr Entry.t
[@@deprecated "Deprecated in 8.13; use 'ltac_expr' instead"]
val binder_tactic : raw_tactic_expr Entry.t
val tactic : raw_tactic_expr Entry.t
-val tactic_eoi : raw_tactic_expr Entry.t