Skip to content

Commit 3f5b6bb

Browse files
chore: delete commented-out code.
1 parent 9901936 commit 3f5b6bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/com/autonomousapps/internal/OutputPaths.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ internal class OutputPaths(
2929
val externalDependenciesPath = file("${intermediatesDir}/external-dependencies.txt")
3030
val duplicateCompileClasspathPath = file("${intermediatesDir}/duplicate-classes-compile.json")
3131
val duplicateCompileRuntimePath = file("${intermediatesDir}/duplicate-classes-runtime.json")
32-
// TODO(tsr): gzip
33-
// val explodedJarsPath = file("${intermediatesDir}/exploded-jars.json")
3432
val explodedJarsPath = file("${intermediatesDir}/exploded-jars.json.gz")
3533
val inlineUsagePath = file("${intermediatesDir}/inline-usage.json")
3634
val typealiasUsagePath = file("${intermediatesDir}/typealias-usage.json")

0 commit comments

Comments
 (0)