Skip to content

Commit 6c50a40

Browse files
committed
Remove unused classes
1 parent 0b97ab3 commit 6c50a40

17 files changed

+3
-128
lines changed

compiler/src/dotty/tools/dotc/tastyreflect/CaseDefOpsImpl.scala

Lines changed: 0 additions & 7 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/tastyreflect/ConstantOpsImpl.scala

Lines changed: 0 additions & 8 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/tastyreflect/FlagsOpsImpl.scala

Lines changed: 0 additions & 6 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/tastyreflect/Helpers.scala

Lines changed: 0 additions & 12 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/tastyreflect/IdOpsImpl.scala

Lines changed: 0 additions & 7 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/tastyreflect/ImportSelectorOpsImpl.scala

Lines changed: 0 additions & 9 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/tastyreflect/PatternOpsImpl.scala

Lines changed: 0 additions & 10 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/tastyreflect/PositionOpsImpl.scala

Lines changed: 0 additions & 5 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/tastyreflect/QuotedOpsImpl.scala

Lines changed: 0 additions & 13 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/tastyreflect/ReflectionImpl.scala

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,9 @@ import dotty.tools.dotc.util.{SourcePosition, Spans}
66
class ReflectionImpl private (ctx: Contexts.Context, pos: SourcePosition)
77
extends scala.tasty.Reflection
88
with CoreImpl
9-
with CaseDefOpsImpl
10-
with ConstantOpsImpl
119
with ContextOpsImpl
1210
with CommentOpsImpl
13-
with FlagsOpsImpl
14-
with IdOpsImpl
15-
with ImportSelectorOpsImpl
16-
with QuotedOpsImpl
17-
with PatternOpsImpl
18-
with PositionOpsImpl
1911
with PrintersImpl
20-
with RootPositionImpl
21-
with SettingsOpsImpl
22-
with SignatureOpsImpl
23-
with StandardDefinitions
2412
with SymbolOpsImpl
2513
with TreeOpsImpl
2614
with TypeOrBoundsTreesOpsImpl

0 commit comments

Comments
 (0)