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-0dff7051ff02
master
Damien Doligez 2014-03-27 15:06:28 +00:00
parent 4aa013f82f
commit be92c8e70e
1 changed files with 0 additions and 1 deletions

View File

@ -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