diff options
| author | regisgia | 2012-09-14 15:59:23 +0000 |
|---|---|---|
| committer | regisgia | 2012-09-14 15:59:23 +0000 |
| commit | 6dae53d279afe2b8dcfc43dd2aded9431944c5c8 (patch) | |
| tree | 716cb069d32317bdc620dc997ba6b0eb085ffbdd /toplevel/classes.ml | |
| parent | 0affc36749655cd0a906af0c0aad64fd350d4fec (diff) | |
This patch removes unused "open" (automatically generated from
compiler warnings).
I was afraid that such a brutal refactoring breaks some obscure
invariant about linking order and side-effects but the standard
library still compiles.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15800 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/classes.ml')
| -rw-r--r-- | toplevel/classes.ml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toplevel/classes.ml b/toplevel/classes.ml index b3f9d48726..c4c017577d 100644 --- a/toplevel/classes.ml +++ b/toplevel/classes.ml @@ -8,23 +8,17 @@ (*i*) open Names -open Decl_kinds open Term -open Sign -open Entries open Evd open Environ open Nametab -open Mod_subst open Errors -open Pp open Util open Typeclasses_errors open Typeclasses open Libnames open Globnames open Constrintern -open Glob_term open Constrexpr (*i*) @@ -73,7 +67,6 @@ type binder_list = (identifier Loc.located * bool * constr_expr) list (* Declare everything in the parameters as implicit, and the class instance as well *) -open Topconstr let type_ctx_instance evars env ctx inst subst = let rec aux (subst, instctx) l = function |
