NativeIdePlatformKind: remove unused

This commit is contained in:
Mikhail Glukhikh
2018-09-11 15:18:08 +03:00
parent df0d91ef9e
commit e7a6ce3626
@@ -40,8 +40,3 @@ object NativeIdePlatformKind : IdePlatformKind<NativeIdePlatformKind>() {
// These are fake compiler arguments for Kotlin/Native - only for usage within IDEA plugin:
class FakeK2NativeCompilerArguments : CommonCompilerArguments()
val IdePlatformKind<*>?.isKotlinNative
get() = this === NativeIdePlatformKind
val IdePlatform<*, *>?.isKotlinNative
get() = this === NativeIdePlatformKind.Platform