Skip to content

Commit

Permalink
Removed unused NativeThreadLocal declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Jul 8, 2020
1 parent 3744f8e commit 75dede3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kotlinx-coroutines-core/native/src/internal/ThreadLocal.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

package kotlinx.coroutines.internal

@Suppress("ACTUAL_WITHOUT_EXPECT")
internal actual typealias NativeThreadLocal = kotlin.native.concurrent.ThreadLocal

internal actual class CommonThreadLocal<T> actual constructor() {
private var value: T? = null
@Suppress("UNCHECKED_CAST")
Expand Down

0 comments on commit 75dede3

Please sign in to comment.