aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/environ.ml
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.ml
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.ml')
-rw-r--r--kernel/environ.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/environ.ml b/kernel/environ.ml
index f4a3312ef..96e35610c 100644
--- a/kernel/environ.ml
+++ b/kernel/environ.ml
@@ -100,7 +100,6 @@ let fold_rel_context f env ~init =
(* Named context *)
let named_context_of_val c = c.env_named_ctx
-let named_vals_of_val c = c.env_named_val
(* [map_named_val f ctxt] apply [f] to the body and the type of
each declarations.