Forget old classes from jet.runtime.typeinfo.*, drop JetValueParameter

This commit is contained in:
Alexander Udalov
2015-10-05 12:40:01 +03:00
parent e3a5590eb7
commit 1c229d173e
4 changed files with 2 additions and 75 deletions
@@ -39,16 +39,11 @@ public object KotlinAbiVersionIndex : KotlinAbiVersionIndexBase<KotlinAbiVersion
private val VERSION = 2
@Suppress("DEPRECATED_SYMBOL_WITH_MESSAGE")
private val kotlinAnnotationsDesc = setOf(
OLD_JET_CLASS_ANNOTATION,
OLD_JET_PACKAGE_CLASS_ANNOTATION,
OLD_KOTLIN_CLASS,
OLD_KOTLIN_PACKAGE,
KOTLIN_CLASS,
KOTLIN_PACKAGE,
KOTLIN_FILE_FACADE)
.map { asmDescByFqNameWithoutInnerClasses(it) }
KOTLIN_FILE_FACADE
).map { asmDescByFqNameWithoutInnerClasses(it) }
private val INDEXER = DataIndexer<BinaryVersion, Void, FileContent>() { inputData: FileContent ->
var version: BinaryVersion? = null