n/a
PiperOrigin-RevId: 460541895
Change-Id: I5872ad21823371ac9ec923cc91ad6c84fd6f2a6d
diff --git a/kotlin/common.bzl b/kotlin/common.bzl
index 969ba80..cc51381 100644
--- a/kotlin/common.bzl
+++ b/kotlin/common.bzl
@@ -430,7 +430,6 @@
# particular, the extractor expects this to be a vanilla "spawn" (ctx.actions.run) so don't
# change this to ctx.actions.run_shell or something else without considering Kythe implications
# (b/112439843).
- # TODO: populate unused_inputs_list to speed interactive rebuilds
ctx.actions.run(
executable = toolchain.kotlin_compiler,
arguments = [kotlinc_args],