NativeIdePlatformKind: remove redundant

This commit is contained in:
Mikhail Glukhikh
2018-09-11 15:18:42 +03:00
parent e7a6ce3626
commit 6c49c1eabd
@@ -32,9 +32,6 @@ object NativeIdePlatformKind : IdePlatformKind<NativeIdePlatformKind>() {
override val version get() = TargetPlatformVersion.NoVersion
override fun createArguments(init: FakeK2NativeCompilerArguments.() -> Unit) = FakeK2NativeCompilerArguments().apply(init)
}
override fun equals(other: Any?): Boolean = other === NativeIdePlatformKind
override fun hashCode(): Int = javaClass.hashCode()
}
// These are fake compiler arguments for Kotlin/Native - only for usage within IDEA plugin: