File tree Expand file tree Collapse file tree
src/main/kotlin/com/autonomousapps/internal/transform Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments