Skip to content

Commit 1719178

Browse files
authored
Merge pull request #1358 from edmundnoble/print-1357
Implement -print
2 parents 8320939 + a1499c8 commit 1719178

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dotty/tools/dotc/config/ScalaSettings.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class ScalaSettings extends Settings.SettingGroup {
2727
val g = ChoiceSetting("-g", "level", "Set level of generated debugging info.", List("none", "source", "line", "vars", "notailcalls"), "vars")
2828
val help = BooleanSetting("-help", "Print a synopsis of standard options")
2929
val nowarn = BooleanSetting("-nowarn", "Generate no warnings.")
30-
val print = BooleanSetting("-print", "Print program with Scala-specific features removed.")
3130
val color = ChoiceSetting("-color", "mode", "Colored output", List("always", "never"/*, "auto"*/), "always"/* "auto"*/)
3231
val target = ChoiceSetting("-target", "target", "Target platform for object files. All JVM 1.5 targets are deprecated.",
3332
List("jvm-1.5", "jvm-1.5-fjbg", "jvm-1.5-asm", "jvm-1.6", "jvm-1.7", "jvm-1.8", "msil"),

0 commit comments

Comments
 (0)