Remove unused 'fix' operator in Driver.ml

This commit is contained in:
kry127 2020-10-20 19:07:17 +03:00
parent ee7caefb7a
commit d8a06f70d3

View file

@ -38,7 +38,6 @@ exception Commandline_error of string
class options args =
let n = Array.length args in
let rec fix f = f (fix f) in
let dump_ast = 1 in
let dump_sm = 2 in
let help_string =