Skip to content

Commit 5bc01c2

Browse files
committed
Delete unused method
Found to be usused by invoking findReferences, yay!
1 parent 82d25a0 commit 5bc01c2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

compiler/src/dotty/tools/dotc/core/Symbols.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -510,12 +510,6 @@ object Symbols {
510510
final def isStatic(implicit ctx: Context): Boolean =
511511
lastDenot != null && lastDenot.initial.isStatic
512512

513-
/** A unique, densely packed integer tag for each class symbol, -1
514-
* for all other symbols. To save memory, this method
515-
* should be called only if class is a super class of some other class.
516-
*/
517-
def superId(implicit ctx: Context): Int = -1
518-
519513
/** This symbol entered into owner's scope (owner must be a class). */
520514
final def entered(implicit ctx: Context): this.type = {
521515
assert(this.owner.isClass, s"symbol ($this) entered the scope of non-class owner ${this.owner}") // !!! DEBUG

0 commit comments

Comments
 (0)