aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/environ.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-09-09 11:51:51 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-09-09 12:03:25 +0200
commit1888527bb43d6a8c801565af3e6376c91769fbc1 (patch)
treeccb5f0377b67e22b88be6747843ace4d188f8043 /kernel/environ.mli
parent37195c027472b7f0110249b28356271e713fee6f (diff)
Removing the now useless field env_named_val from named_context_val.
This field was only used by the VM before, but since the previous patches, this part of the code relies on the map instead.
Diffstat (limited to 'kernel/environ.mli')
-rw-r--r--kernel/environ.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/environ.mli b/kernel/environ.mli
index cb4a94d45..235ba2fd1 100644
--- a/kernel/environ.mli
+++ b/kernel/environ.mli
@@ -78,7 +78,6 @@ val fold_rel_context :
(** {5 Context of variables (section variables and goal assumptions) } *)
val named_context_of_val : named_context_val -> Context.Named.t
-val named_vals_of_val : named_context_val -> Pre_env.named_vals
val val_of_named_context : Context.Named.t -> named_context_val
val empty_named_context_val : named_context_val