Skip to content

Commit 427cb49

Browse files
authored
Merge pull request #1309 from amraboelela/android_thread
2 parents 9326a69 + a2f0625 commit 427cb49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Foundation/Thread.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,7 @@ open class Thread : NSObject {
144144
}
145145

146146
internal var _main: () -> Void = {}
147-
#if os(Android)
148-
private var _thread = pthread_t()
149-
#else
150147
private var _thread: pthread_t? = nil
151-
#endif
152148

153149
#if CYGWIN
154150
internal var _attr : pthread_attr_t? = nil

0 commit comments

Comments
 (0)