Skip to content

Commit 3e6ebe4

Browse files
committed
Remove unused method
1 parent 59ef9ae commit 3e6ebe4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,12 +1020,6 @@ object Denotations {
10201020
interval
10211021
}
10221022

1023-
/** For ClassDenotations only:
1024-
* If caches influenced by parent classes are still valid, the denotation
1025-
* itself, otherwise a freshly initialized copy.
1026-
*/
1027-
def syncWithParents(implicit ctx: Context): SingleDenotation = this
1028-
10291023
/** Show declaration string; useful for showing declarations
10301024
* as seen from subclasses.
10311025
*/

0 commit comments

Comments
 (0)