Skip to content

Commit 49a5710

Browse files
aherlihybracevac
authored andcommitted
Update compiler/src/dotty/tools/repl/ReplDriver.scala
Co-authored-by: Oliver Bračevac <[email protected]> [Cherry-picked 46aef87]
1 parent e9be78e commit 49a5710

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ case class State(objectIndex: Int,
7272
quiet: Boolean,
7373
context: Context):
7474
def validObjectIndexes = (1 to objectIndex).filterNot(invalidObjectIndexes.contains(_))
75-
//def copy() = this
7675

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

0 commit comments

Comments
 (0)