Skip to content

Commit

Permalink
Remove obsolete CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
fwendland committed Mar 7, 2024
1 parent 5de81ef commit e51b075
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@ class CPGOptionGroup : BackendOptions(helpName = "CPG Backend Options") {
help = "Enables unity builds (C++ only) for files in the path."
)
.flag("--no-unity", "--disable-unity", default = false)
val typeSystemActiveInFrontend: Boolean by option(
"--type-system-in-frontend",
help = "If deactivated, the type listener system starts after the frontends " +
"are done building the initial AST structure."
)
.flag(
"--no-type-system-in-frontend",
"--disable-type-system-in-frontend",
default = true,
defaultForHelp = "enable"
)
val debugParser: Boolean by option("--debug-parser", help = "Generate debug output for the cpg parser.")
.flag("--no-debug-parser", default = false)
val disableCleanup: Boolean by option(
Expand Down

0 comments on commit e51b075

Please sign in to comment.