Utilize the default KotlinMangler's CityHash function

This commit is contained in:
Alexander Gorshenev
2019-06-26 19:53:08 +03:00
committed by alexander-gorshenev
parent 4772885ff4
commit 367b95a0b8
@@ -36,8 +36,6 @@ object KonanMangler : KotlinManglerImpl() {
override val IrType.isInlined
get() = this.isInlinedNative()
override val String.hashMangle get() = this.localHash.value
/**
* Defines whether the declaration is exported, i.e. visible from other modules.
*