Remove old IC: remove unnecessary caches

This commit is contained in:
Alexey Tsvetkov
2017-05-02 12:59:28 +03:00
parent aea5293288
commit 62fdd91947
8 changed files with 1 additions and 122 deletions
@@ -31,8 +31,6 @@ interface IncrementalCache {
fun getModuleMappingData(): ByteArray?
fun registerInline(fromPath: String, jvmSignature: String, toPath: String)
fun getClassFilePath(internalClassName: String): String
fun close()