Skip to content

Commit 5ac4d73

Browse files
committed
Drop unused type alias
1 parent 4285536 commit 5ac4d73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/src/dotty/tools/dotc/cc/Setup.scala

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ import CheckCaptures.CheckerAPI
2424
/** Operations accessed from CheckCaptures */
2525
trait SetupAPI:
2626

27-
/** The operation to recheck a ValDef or DefDef */
28-
type DefRecheck = (tpd.ValOrDefDef, Symbol) => Context ?=> Type
29-
3027
/** Setup procedure to run for each compilation unit
3128
* @param tree the typed tree of the unit to check
3229
* @param checker the capture checker which will run subsequently.

0 commit comments

Comments
 (0)