KLIB: Clean-up AbstractKlibLibraryInfo API

This commit is contained in:
Dmitriy Dolovov
2020-03-23 20:38:56 +07:00
parent c9245ef497
commit 01558f48ae
3 changed files with 10 additions and 5 deletions
@@ -169,6 +169,4 @@ class NativeKlibLibraryInfo(project: Project, library: Library, libraryRoot: Str
override val platform: TargetPlatform
get() = KonanPlatforms.defaultKonanPlatform
override fun toString() = "Native" + super.toString()
}