aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorherbelin2000-05-02 11:21:56 +0000
committerherbelin2000-05-02 11:21:56 +0000
commit60524abd12b7719a5c1f57170770af3c37a78d07 (patch)
tree0986f671cc5354ff6ec4f73bc11c85777b272fe0 /kernel
parente867509591c1e8fad3fd764da652deb28d293d49 (diff)
Bug redondance entre 'RRef (RMeta _)' et 'PMeta _'
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@394 85f007b7-540e-0410-9357-904b9bb8a0f7
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