aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/vconv.mli
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2015-10-14 13:45:06 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2015-10-14 13:45:06 +0200
commitf45a88ad054b88792ec8cc6631e4d4015fa95bab (patch)
tree41c4e217a009bc3b587bb851d29669e591980c2b /kernel/vconv.mli
parent043d67c93111328fdbc2d7afa1a84daf3d68a5cc (diff)
Remove -vm flag of coqtop.
Used to replace the standard conversion by the VM. Not so useful, and implemented using a bunch of references inside and outside the kernel.
Diffstat (limited to 'kernel/vconv.mli')
-rw-r--r--kernel/vconv.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/vconv.mli b/kernel/vconv.mli
index 096d31ac8..1a29a4d51 100644
--- a/kernel/vconv.mli
+++ b/kernel/vconv.mli
@@ -12,8 +12,6 @@ open Reduction
(**********************************************************************
s conversion functions *)
-val use_vm : unit -> bool
-val set_use_vm : bool -> unit
val vconv : conv_pb -> types conversion_function
val val_of_constr : env -> constr -> values