diff options
| author | Pierre-Marie Pédrot | 2014-06-17 14:26:02 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-06-17 15:44:38 +0200 |
| commit | 90d64647d3fd5dbf5c337944dc0038f0b19b8a51 (patch) | |
| tree | b33528c72730ec541a75e3d0baaead6789f4dcb9 /library/lib.ml | |
| parent | d412844753ef25f4431c209f47b97b9fa498297d (diff) | |
Removing dead code.
Diffstat (limited to 'library/lib.ml')
| -rw-r--r-- | library/lib.ml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/library/lib.ml b/library/lib.ml index 31f9835951..10b4915a29 100644 --- a/library/lib.ml +++ b/library/lib.ml @@ -446,10 +446,6 @@ let section_segment_of_constant con = let section_segment_of_mutual_inductive kn = Names.Mindmap.find kn (snd (pi3 (List.hd !sectab))) -let rec list_mem_assoc x = function - | [] -> raise Not_found - | (a, _) :: l -> Names.Id.equal a x || list_mem_assoc x l - let section_instance = function | VarRef id -> if List.exists (fun (id',_,_,_) -> Names.id_eq id id') |
