mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
Core: Thread fix (thread_id issue)
git-svn-id: svn://ultimatepp.org/upp/trunk@2997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e552166324
commit
de9dba4fb2
1 changed files with 0 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ Thread::Thread()
|
|||
#endif
|
||||
#ifdef PLATFORM_POSIX
|
||||
handle = 0;
|
||||
thread_id = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
@ -43,7 +42,6 @@ void Thread::Detach()
|
|||
if(handle) {
|
||||
CHECK(!pthread_detach(handle));
|
||||
handle = 0;
|
||||
thread_id = 0;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue