Skip to content

Commit 59b6a78

Browse files
chore: delete commented-out code.
1 parent 21a6b9d commit 59b6a78

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/main/kotlin/com/autonomousapps/internal/transform/StandardTransform.kt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -438,24 +438,6 @@ internal class StandardTransform(
438438
{ it.isAnyChange() },
439439
)
440440

441-
// TODO: cleanup
442-
// add.forEach { theAdd ->
443-
// remove
444-
// .find { theRemove -> theRemove.coordinates == theAdd.coordinates }
445-
// ?.let { theRemove ->
446-
// // Replace add + remove => change.
447-
// advice -= theAdd
448-
// advice -= theRemove
449-
// remove -= theRemove
450-
//
451-
// advice += Advice.ofChange(
452-
// coordinates = theRemove.coordinates,
453-
// fromConfiguration = theRemove.fromConfiguration!!,
454-
// toConfiguration = theAdd.toConfiguration!!
455-
// )
456-
// }
457-
// }
458-
459441
// debugImplementation -> null
460442
remove.forEach { theRemove ->
461443
// null -> fireDebugRuntimeOnly, null -> waterDebugRuntimeOnly

0 commit comments

Comments
 (0)