Skip to content

Commit 92c15ff

Browse files
committed
delete leftover unused test function
1 parent 70db021 commit 92c15ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/src/test/java/com/squareup/anvil/compiler/codegen/incremental/CacheTestEnvironment.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ internal class CacheTestEnvironment(
114114
}
115115
}
116116

117-
@Deprecated("no", ReplaceWith("absolute"))
118-
fun GeneratedFileWithSources.toSourceFile(): AbsoluteFile = absolute
119-
120117
fun GeneratedFileWithSources.withSources(
121118
vararg sources: Comparable<AbsoluteFile>,
122119
): GeneratedFileWithSources {

0 commit comments

Comments
 (0)