Skip to content

Commit b31333c

Browse files
committed
Delete unused method
Found to be usused by invoking findReferences, yay!
1 parent 2ce2b38 commit b31333c

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
@@ -508,12 +508,6 @@ object Symbols {
508508
final def isStatic(implicit ctx: Context): Boolean =
509509
lastDenot != null && lastDenot.initial.isStatic
510510

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

0 commit comments

Comments
 (0)