fix msvc64 port by removing unused open Misc (untested, esp. on other Windows ports)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14501 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
4aa013f82f
commit
be92c8e70e
|
@ -15,7 +15,6 @@
|
|||
module StringSet =
|
||||
Set.Make(struct type t = string let compare (x:t) y = compare x y end)
|
||||
|
||||
open Misc
|
||||
open Cmm
|
||||
open Arch
|
||||
open Proc
|
||||
|
|
Loading…
Reference in New Issue