Skip to content

Commit 0586e02

Browse files
committed
Remove hot assertion
We want this method to be a tiny as possible so it is JVM inlined into call sites and free of any overhead.
1 parent ab66e26 commit 0586e02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/reflect/scala/reflect/internal/SymbolTable.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ abstract class SymbolTable extends macros.Universe
229229
}
230230

231231
final def phase_=(p: Phase): Unit = {
232-
//System.out.println("setting phase to " + p)
233-
assert((p ne null) && p != NoPhase, p)
234232
ph = p
235233
per = period(currentRunId, p.id)
236234
}

0 commit comments

Comments
 (0)