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 /lib | |
| 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 'lib')
| -rw-r--r-- | lib/dyn.ml | 1 | ||||
| -rw-r--r-- | lib/rtree.ml | 1 | ||||
| -rw-r--r-- | lib/xml_utils.ml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/dyn.ml b/lib/dyn.ml index 13d1ec0608..de5158b141 100644 --- a/lib/dyn.ml +++ b/lib/dyn.ml @@ -7,7 +7,6 @@ (************************************************************************) open Errors -open Util (* Dynamics, programmed with DANGER !!! *) diff --git a/lib/rtree.ml b/lib/rtree.ml index b7fe9184e4..18ba9d0ef0 100644 --- a/lib/rtree.ml +++ b/lib/rtree.ml @@ -6,7 +6,6 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open Errors open Util diff --git a/lib/xml_utils.ml b/lib/xml_utils.ml index 0a3b5da47e..60efab577f 100644 --- a/lib/xml_utils.ml +++ b/lib/xml_utils.ml @@ -17,7 +17,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *) -open Printf open Serialize exception Not_element of xml |
