Skip to content

Commit 91f4c76

Browse files
committed
Remove deadcode
1 parent 8ae3820 commit 91f4c76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scala3doc/src/dotty/dokka/tasty/TypesSupport.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@ trait TypesSupport:
242242
}
243243
inner(sc) ++ texts(" match {\n") ++ casesTexts ++ texts("}")
244244

245-
// TODO: Unreachable. TypeIdent is a TypeTree and not a TypeRep. Should this be cover in antother way?
246-
// case TypeIdent(t) => texts(t)
247-
248245
case ParamRef(TypeLambda(names, _, _), i) => texts(names.apply(i))
249246

250247
case RecursiveType(tp) => inner(tp)

0 commit comments

Comments
 (0)