aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac
diff options
context:
space:
mode:
authorJim Fehrle2020-11-22 11:45:41 -0800
committerJim Fehrle2020-11-22 11:45:41 -0800
commit2ca8fd3597cdb7fc2e45d6df1c81e03bef9e8827 (patch)
tree3522294d2d2935c9beacfe828cf86d030ecd8e42 /plugins/ltac
parent9c841105fe2b51305abcba7bd8a574705dbd1adf (diff)
Remove unused parsing code
Diffstat (limited to 'plugins/ltac')
-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 94e398fe5d..052d485bbf 100644
--- a/plugins/ltac/pltac.ml
+++ b/plugins/ltac/pltac.ml
@@ -46,8 +46,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 3a4a081c93..850895c257 100644
--- a/plugins/ltac/pltac.mli
+++ b/plugins/ltac/pltac.mli
@@ -39,4 +39,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