Skip to content

Commit

Permalink
delete superfluous variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-M committed Sep 10, 2019
1 parent 71c3b3a commit 4669e46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/scala/tools/nsc/typechecker/Unapplies.scala
Expand Up @@ -277,7 +277,6 @@ trait Unapplies extends ast.TreeDSL {
Modifiers(SYNTHETIC | (inheritedMods.flags & AccessFlags), inheritedMods.privateWithin)
}
else Modifiers(SYNTHETIC)
val inheritedMods = constrMods(cdef)
val copyDefDef = atPos(cdef.pos.focus)(
DefDef(copyMods, nme.copy, tparams, paramss, TypeTree(), body)
)
Expand Down

0 comments on commit 4669e46

Please sign in to comment.