aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/tacexpr.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml
index 2e8d581ae6..eefee41f5f 100644
--- a/proofs/tacexpr.ml
+++ b/proofs/tacexpr.ml
@@ -18,10 +18,6 @@ open Genarg
type 'a or_metaid = AI of 'a | MetaId of loc * string
-type reference_expr =
- | RQualid of qualid located
- | RIdent of identifier located
-
type direction_flag = bool (* true = Left-to-right false = right-to-right *)
type raw_red_flag =