Remove useless open.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12544 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2012-06-01 14:33:06 +00:00
parent f13111226a
commit a1f1558227
1 changed files with 0 additions and 3 deletions

View File

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