aboutsummaryrefslogtreecommitdiff
path: root/library/lib.ml
diff options
context:
space:
mode:
authorMaxime Dénès2019-05-29 16:30:49 +0200
committerMaxime Dénès2019-05-29 16:30:49 +0200
commita294ff8f9e73abb05f4449157422f5005eae7497 (patch)
tree71a6d5338409b1077782ba79f2bde9a86f839aee /library/lib.ml
parentd47b279c2b0510535ef6f1affe23c7fab812c745 (diff)
parent6f8acaf50ecfdcc23370f41b5150fa87b54e595c (diff)
Merge PR #10248: Move the Discharge module in the kernel and merge it with Cooking
Reviewed-by: SkySkimmer Ack-by: herbelin Reviewed-by: maximedenes Ack-by: ppedrot
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. *)