Remove unused preargument from toplevel

This commit removes the pre-arguments -dflambda, -dtiming and -dprofile
from the toplevel. Those pre-arguments were never actualized into actiual
arguments
master
Florian Angeletti 2019-09-27 11:16:58 +02:00
parent f6a72e3578
commit e6605d6a80
1 changed files with 0 additions and 3 deletions

View File

@ -147,9 +147,6 @@ module Options = Main_args.Make_bytetop_options (struct
let _dsource = set dump_source
let _drawlambda = set dump_rawlambda
let _dlambda = set dump_lambda
let _dflambda = set dump_flambda
let _dtimings () = profile_columns := [ `Time ]
let _dprofile () = profile_columns := Profile.all_columns
let _dinstr = set dump_instr
let _color = Misc.set_or_ignore color_reader.parse color
let _error_style = Misc.set_or_ignore error_style_reader.parse error_style