aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/cooking.ml
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2014-03-05 16:50:04 +0100
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2014-03-05 16:57:45 +0100
commit8fc2509f354b02ec4e0a3eb6fabc329109686c47 (patch)
treebf7f0738e36d861d57029985ea4f2d3e73d23c15 /kernel/cooking.ml
parentadfd437f8ae6aaf893119fa4730edecf067dede7 (diff)
Remove some dead-code (thanks to ocaml warnings)
The removed code isn't used locally and isn't exported in the signature
Diffstat (limited to 'kernel/cooking.ml')
-rw-r--r--kernel/cooking.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/cooking.ml b/kernel/cooking.ml
index 31e86e854..dbe188bd4 100644
--- a/kernel/cooking.ml
+++ b/kernel/cooking.ml
@@ -82,8 +82,6 @@ let update_case_info cache ci modlist =
with Not_found ->
ci
-let empty_modlist = (Cmap.empty, Mindmap.empty)
-
let is_empty_modlist (cm, mm) =
Cmap.is_empty cm && Mindmap.is_empty mm