Remove old IC: remove experimental cache version

This commit is contained in:
Alexey Tsvetkov
2017-05-02 19:39:32 +03:00
parent a4a0335b20
commit 534db2d45b
18 changed files with 6 additions and 56 deletions
@@ -35,5 +35,4 @@ fun customCacheVersion(version: Int, fileName: String, dataRoot: File, forceEnab
fun commonCacheVersions(cachesDir: File): List<CacheVersion> =
listOf(normalCacheVersion(cachesDir),
experimentalCacheVersion(cachesDir),
dataContainerCacheVersion(cachesDir))