Skip to content

Commit

Permalink
Remove trailing code from previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Nov 19, 2022
1 parent 8989957 commit 2c52acd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/src/dotty/tools/dotc/core/Contexts.scala
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ object Contexts {
def outer: Context = _outer

private var _period: Period = uninitialized
_period = period
final def period: Period = _period

private var _mode: Mode = uninitialized
Expand Down

0 comments on commit 2c52acd

Please sign in to comment.