File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
compiler/src/dotty/tools/dotc/config Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,6 @@ class ScalaSettings extends Settings.SettingGroup with CommonScalaSettings {
119
119
val Xprompt : Setting [Boolean ] = BooleanSetting (" -Xprompt" , " Display a prompt after each error (debugging option)." )
120
120
val XshowPhases : Setting [Boolean ] = BooleanSetting (" -Xshow-phases" , " Print all compiler phases." )
121
121
val XnoValueClasses : Setting [Boolean ] = BooleanSetting (" -Xno-value-classes" , " Do not use value classes. Helps debugging." )
122
- val XreplLineWidth : Setting [Int ] = IntSetting (" -Xrepl-line-width" , " Maximal number of columns per line for REPL output." , 390 )
123
122
val XreplDisableDisplay : Setting [Boolean ] = BooleanSetting (" -Xrepl-disable-display" , " Do not display definitions in REPL." )
124
123
val XfatalWarnings : Setting [Boolean ] = BooleanSetting (" -Xfatal-warnings" , " Fail the compilation if there are any warnings." )
125
124
val XverifySignatures : Setting [Boolean ] = BooleanSetting (" -Xverify-signatures" , " Verify generic signatures in generated bytecode." )
You can’t perform that action at this time.
0 commit comments