Skip to content

Commit

Permalink
Drop unused type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Dec 23, 2024
1 parent 4285536 commit 5ac4d73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/src/dotty/tools/dotc/cc/Setup.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ import CheckCaptures.CheckerAPI
/** Operations accessed from CheckCaptures */
trait SetupAPI:

/** The operation to recheck a ValDef or DefDef */
type DefRecheck = (tpd.ValOrDefDef, Symbol) => Context ?=> Type

/** Setup procedure to run for each compilation unit
* @param tree the typed tree of the unit to check
* @param checker the capture checker which will run subsequently.
Expand Down

0 comments on commit 5ac4d73

Please sign in to comment.