@ -21,7 +21,6 @@ type analyzer =
| BiAbduction
| BiAbduction
| CaptureOnly
| CaptureOnly
| CompileOnly
| CompileOnly
| Eradicate
| Checkers
| Checkers
| Crashcontext
| Crashcontext
| Linters
| Linters
@ -34,7 +33,6 @@ let string_to_analyzer =
; ( " checkers " , Checkers )
; ( " checkers " , Checkers )
; ( " compile " , CompileOnly )
; ( " compile " , CompileOnly )
; ( " crashcontext " , Crashcontext )
; ( " crashcontext " , Crashcontext )
; ( " eradicate " , Eradicate )
; ( " infer " , BiAbduction )
; ( " infer " , BiAbduction )
; ( " linters " , Linters ) ]
; ( " linters " , Linters ) ]
@ -559,7 +557,6 @@ and analyzer =
BiAbduction
BiAbduction
| CaptureOnly
| CaptureOnly
| CompileOnly
| CompileOnly
| Eradicate
| Checkers
| Checkers
| Crashcontext
| Crashcontext
| Linters
| Linters
@ -1782,8 +1779,6 @@ let post_parsing_initialization command_opt =
-> biabduction := true
-> biabduction := true
| Some Crashcontext
| Some Crashcontext
-> crashcontext := true
-> crashcontext := true
| Some Eradicate
-> eradicate := true
| Some ( CaptureOnly | CompileOnly | Checkers | Linters )
| Some ( CaptureOnly | CompileOnly | Checkers | Linters )
-> ()
-> ()
| None
| None