Skip to content

Commit

Permalink
Remove useless opens.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12545 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
alainfrisch committed Jun 1, 2012
1 parent a1f1558 commit db72170
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion asmcomp/i386/emit.mlp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

module StringSet = Set.Make(struct type t = string let compare = compare end)

open Location
open Misc
open Cmm
open Arch
Expand Down
2 changes: 1 addition & 1 deletion asmcomp/i386/scheduling.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

(* $Id$ *)

open Schedgen (* to create a dependency *)
let () = let module M = Schedgen in () (* to create a dependency *)

(* Scheduling is turned off because our model does not fit the 486
nor the Pentium very well. In particular, it messes up with the
Expand Down
1 change: 0 additions & 1 deletion asmcomp/i386/selection.ml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ open Misc
open Arch
open Proc
open Cmm
open Reg
open Mach

(* Auxiliary for recognizing addressing modes *)
Expand Down

0 comments on commit db72170

Please sign in to comment.