aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/term.ml1
-rw-r--r--kernel/term.mli1
2 files changed, 0 insertions, 2 deletions
diff --git a/kernel/term.ml b/kernel/term.ml
index bd14984538..a83a8c6f23 100644
--- a/kernel/term.ml
+++ b/kernel/term.ml
@@ -560,7 +560,6 @@ type 'ctxt reference =
| RAbst of section_path
| RVar of identifier
| REVar of int * 'ctxt
- | RMeta of int
type existential = int * constr array
type constant = section_path * constr array
diff --git a/kernel/term.mli b/kernel/term.mli
index cfb66fc8b3..dc9684b923 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -85,7 +85,6 @@ type 'ctxt reference =
| RAbst of section_path
| RVar of identifier
| REVar of int * 'ctxt
- | RMeta of int
(*s Functions for dealing with constr terms.
The following functions are intended to simplify and to uniform the