Skip to content
Snippets Groups Projects
Commit 1dfa451a authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[aorai] remove now-unused -aorai-output-c-file option

parent 9059b72f
No related branches found
No related tags found
No related merge requests found
...@@ -73,16 +73,6 @@ module Ya = ...@@ -73,16 +73,6 @@ module Ya =
(in Ya language) from file <f>." (in Ya language) from file <f>."
end) end)
module Output_C_File =
Filepath
(struct
let option_name = "-aorai-output-c-file"
let arg_name = ""
let file_kind = "annotated C"
let existence = Fc_Filepath.Indifferent
let help = "specifies generated file name for annotated C code"
end)
module Dot = module Dot =
False(struct False(struct
let option_name = "-aorai-dot" let option_name = "-aorai-dot"
......
...@@ -29,7 +29,6 @@ module Ltl_File: Parameter_sig.Filepath ...@@ -29,7 +29,6 @@ module Ltl_File: Parameter_sig.Filepath
module To_Buchi: Parameter_sig.Filepath module To_Buchi: Parameter_sig.Filepath
module Buchi: Parameter_sig.Filepath module Buchi: Parameter_sig.Filepath
module Ya: Parameter_sig.Filepath module Ya: Parameter_sig.Filepath
module Output_C_File: Parameter_sig.Filepath
module Dot: Parameter_sig.Bool module Dot: Parameter_sig.Bool
module DotSeparatedLabels: Parameter_sig.Bool module DotSeparatedLabels: Parameter_sig.Bool
module AbstractInterpretation: Parameter_sig.Bool module AbstractInterpretation: Parameter_sig.Bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment