Merge branch 'pthread-id-reassignment' into 'master'

pulsecore: thread-posix.c: remove unnecessary assignment

See merge request pulseaudio/pulseaudio!335
This commit is contained in:
Eero Nurkkala 2025-10-15 01:44:46 +00:00
commit c8d9d2d9f7

View file

@ -73,8 +73,6 @@ static void* internal_thread_func(void *userdata) {
pthread_setname_np(t->name);
#endif
t->id = pthread_self();
PA_STATIC_TLS_SET(current_thread, t);
pa_atomic_inc(&t->running);