Skip to content

Commit 7a282ad

Browse files
committed
Drop unused val in appliedTo
1 parent cceff77 commit 7a282ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ class TypeApplications(val self: Type) extends AnyVal {
310310
*/
311311
final def appliedTo(args: List[Type])(using Context): Type = {
312312
record("appliedTo")
313-
val typParams = self.typeParams
314313
val stripped = self.stripTypeVar
315314
val dealiased = stripped.safeDealias
316315
if (args.isEmpty || ctx.erasedTypes) self

0 commit comments

Comments
 (0)