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 @@ -118,7 +118,6 @@ class ScalaSettings extends Settings.SettingGroup with CommonScalaSettings {
118118 val XprintSuspension : Setting [Boolean ] = BooleanSetting (" -Xprint-suspension" , " Show when code is suspended until macros are compiled." )
119119 val Xprompt : Setting [Boolean ] = BooleanSetting (" -Xprompt" , " Display a prompt after each error (debugging option)." )
120120 val XshowPhases : Setting [Boolean ] = BooleanSetting (" -Xshow-phases" , " Print all compiler phases." )
121- val XreplLineWidth : Setting [Int ] = IntSetting (" -Xrepl-line-width" , " Maximal number of columns per line for REPL output." , 390 )
122121 val XreplDisableDisplay : Setting [Boolean ] = BooleanSetting (" -Xrepl-disable-display" , " Do not display definitions in REPL." )
123122 val XfatalWarnings : Setting [Boolean ] = BooleanSetting (" -Xfatal-warnings" , " Fail the compilation if there are any warnings." )
124123 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