Skip to content

Commit 3e08a78

Browse files
committed
cleanup
1 parent e48c71e commit 3e08a78

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

compiler/src/dotty/tools/repl/Rendering.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ import dotc.transform.ValueClasses
2525
* `Rendering` is no longer valid.
2626
*/
2727
private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None):
28-
// val maxPrintElements: Int = 1000
29-
// rootCtx.settings.VreplMaxPrintElements.valueIn(rootCtx.settingsState)
3028

3129
import Rendering._
3230

compiler/src/dotty/tools/repl/ReplDriver.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ class ReplDriver(settings: Array[String],
111111
if (rootCtx.settings.outputDir.isDefault(using rootCtx))
112112
rootCtx = rootCtx.fresh
113113
.setSetting(rootCtx.settings.outputDir, new VirtualDirectory("<REPL compilation output>"))
114-
115114
compiler = new ReplCompiler
116115
rendering = new Rendering(classLoader)
117116
}

0 commit comments

Comments
 (0)