Skip to content

Commit 46aef87

Browse files
aherlihybracevac
andauthored
Update compiler/src/dotty/tools/repl/ReplDriver.scala
Co-authored-by: Oliver Bračevac <[email protected]>
1 parent 4649d5e commit 46aef87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ case class State(objectIndex: Int,
7373
quiet: Boolean,
7474
context: Context):
7575
def validObjectIndexes = (1 to objectIndex).filterNot(invalidObjectIndexes.contains(_))
76-
//def copy() = this
7776

7877
/** Main REPL instance, orchestrating input, compilation and presentation */
7978
class ReplDriver(settings: Array[String],

0 commit comments

Comments
 (0)