Remove useless open.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12544 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
f13111226a
commit
a1f1558227
|
@ -200,6 +200,3 @@ let assemble_file infile outfile =
|
|||
else
|
||||
Ccomp.command (Config.asm ^ " -o " ^
|
||||
Filename.quote outfile ^ " " ^ Filename.quote infile)
|
||||
|
||||
open Clflags;;
|
||||
open Config;;
|
||||
|
|
Loading…
Reference in New Issue