Skip to content

Commit 4062c4a

Browse files
author
Aggelos Biboudis
authored
Merge pull request #3244 from dotty-staging/checStatic-small-cleanup
Small cleanup
2 parents 223aa2a + 56aab6c commit 4062c4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/src/dotty/tools/dotc/transform/CheckStatic.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ class CheckStatic extends MiniPhaseTransform { thisTransformer =>
3939

4040
override def phaseName = "checkStatic"
4141

42-
43-
def check(tree: tpd.DefTree)(implicit ctx: Context) = {
44-
45-
}
46-
4742
override def transformTemplate(tree: tpd.Template)(implicit ctx: Context, info: TransformerInfo): tpd.Tree = {
4843
val defns = tree.body.collect{case t: ValOrDefDef => t}
4944
var hadNonStaticField = false

0 commit comments

Comments
 (0)