From 85c509a0fada387d3af96add3dac6a7c702b5d01 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 2 Oct 2012 15:58:00 +0000 Subject: Remove some more "open" and dead code thanks to OCaml4 warnings git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15844 85f007b7-540e-0410-9357-904b9bb8a0f7 --- intf/misctypes.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'intf') diff --git a/intf/misctypes.mli b/intf/misctypes.mli index 97b4b45fe0..f46ada4457 100644 --- a/intf/misctypes.mli +++ b/intf/misctypes.mli @@ -7,7 +7,6 @@ (************************************************************************) open Names -open Libnames (** Basic types used both in [constr_expr] and in [glob_constr] *) @@ -60,7 +59,6 @@ type 'a cast_type = | CastVM of 'a | CastCoerce (** Cast to a base type (eg, an underlying inductive type) *) - (** Bindings *) type quantified_hypothesis = AnonHyp of int | NamedHyp of identifier -- cgit v1.2.3