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 /tactics/auto.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 'tactics/auto.ml')
| -rw-r--r-- | tactics/auto.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tactics/auto.ml b/tactics/auto.ml index 8d0d0e78bc..5068552d17 100644 --- a/tactics/auto.ml +++ b/tactics/auto.ml @@ -15,11 +15,8 @@ open Namegen open Term open Termops open Inductiveops -open Sign open Environ -open Inductive open Evd -open Reduction open Typing open Pattern open Patternops @@ -28,7 +25,6 @@ open Tacmach open Proof_type open Pfedit open Genredexpr -open Evar_refiner open Tacred open Tactics open Tacticals @@ -39,9 +35,7 @@ open Globnames open Nametab open Smartlocate open Libobject -open Library open Printer -open Declarations open Tacexpr open Mod_subst open Misctypes |
