aboutsummaryrefslogtreecommitdiff
path: root/interp/decls.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-06-21 20:21:49 +0200
committerEmilio Jesus Gallego Arias2019-07-01 19:34:58 +0200
commitfa1782e05eeb6f18871d26cc43670d35ed73bf23 (patch)
treea182392b3f511f6a2f8f8899239802cf3d310532 /interp/decls.mli
parent66e52c88076ba830c8c8b3cf8e4bb77959fb7843 (diff)
[dumpglob] Move dumpglob-specific data to dumpglob.
The whole business of cst_kind is fishy tho, it seems to me that it should be removed from the libobject path.
Diffstat (limited to 'interp/decls.mli')
-rw-r--r--interp/decls.mli6
1 files changed, 0 insertions, 6 deletions
diff --git a/interp/decls.mli b/interp/decls.mli
index 570f03bbce..ce29197891 100644
--- a/interp/decls.mli
+++ b/interp/decls.mli
@@ -92,9 +92,3 @@ val variable_opacity : variable -> bool
val variable_context : variable -> Univ.ContextSet.t
val variable_polymorphic : variable -> bool
val variable_exists : variable -> bool
-
-(** Registration and access to the table of constants *)
-
-(* Only used in dumpglob *)
-val add_constant_kind : Constant.t -> logical_kind -> unit
-val constant_kind : Constant.t -> logical_kind