mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 07:18:48 +00:00
Remove unused 'fix' operator in Driver.ml
This commit is contained in:
parent
ee7caefb7a
commit
d8a06f70d3
1 changed files with 0 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue