Skip to content

Commit

Permalink
Remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Nov 17, 2023
1 parent e3e8f6e commit f0208b6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,6 @@ private[inc] abstract class IncrementalCommon(
val invalidatedClasses =
removedClasses ++ dependentOnRemovedClasses ++ modifiedClasses ++ mutualDependentOnModifiedClasses

// val invalidatedClasses = removedClasses ++ dependentOnRemovedClasses ++ modifiedClasses

val byProduct = changes.removedProducts.flatMap(previous.produced)
val byLibraryDep = changes.libraryDeps.flatMap(previous.usesLibrary)
val byExtSrcDep = {
Expand Down

0 comments on commit f0208b6

Please sign in to comment.