aboutsummaryrefslogtreecommitdiff
path: root/library/lib.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-05-17 16:42:48 +0200
committerPierre-Marie Pédrot2019-05-26 00:08:58 +0200
commita21e1bb60f579baec910d4c3d8e8434501470b6d (patch)
treee60df4eff524bb7751ff4d8f9636f20eba177e79 /library/lib.ml
parent51dc650f8b47a7381c19376793871817f2ef9578 (diff)
Move the Discharge module into the kernel.
Diffstat (limited to 'library/lib.ml')
-rw-r--r--library/lib.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/lib.ml b/library/lib.ml
index 4be288ed20..daa41eca65 100644
--- a/library/lib.ml
+++ b/library/lib.ml
@@ -474,9 +474,6 @@ let extract_hyps (secs,ohyps) =
let instance_from_variable_context =
List.map fst %> List.filter is_local_assum %> List.map NamedDecl.get_id %> Array.of_list
-let named_of_variable_context =
- List.map fst
-
let name_instance inst =
(* FIXME: this should probably be done at an upper level, by storing the
name information in the section data structure. *)