Skip to content

Commit 75dede3

Browse files
committed
Removed unused NativeThreadLocal declaration
1 parent 3744f8e commit 75dede3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kotlinx-coroutines-core/native/src/internal/ThreadLocal.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
package kotlinx.coroutines.internal
66

7-
@Suppress("ACTUAL_WITHOUT_EXPECT")
8-
internal actual typealias NativeThreadLocal = kotlin.native.concurrent.ThreadLocal
9-
107
internal actual class CommonThreadLocal<T> actual constructor() {
118
private var value: T? = null
129
@Suppress("UNCHECKED_CAST")

0 commit comments

Comments
 (0)