From 6dae53d279afe2b8dcfc43dd2aded9431944c5c8 Mon Sep 17 00:00:00 2001 From: regisgia Date: Fri, 14 Sep 2012 15:59:23 +0000 Subject: 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 --- lib/dyn.ml | 1 - lib/rtree.ml | 1 - lib/xml_utils.ml | 1 - 3 files changed, 3 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3