Skip to content

Commit 2ef11ba

Browse files
committed
ThreadStartParam is no longer needed
1 parent a8833b9 commit 2ef11ba

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

system/lib/compiler-rt/lib/asan/asan_emscripten.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ extern "C" {
5555
int pthread_attr_getdetachstate(void *attr, int *detachstate);
5656
}
5757

58-
struct ThreadStartParam {
59-
atomic_uintptr_t t;
60-
atomic_uintptr_t is_registered;
61-
};
62-
6358
static thread_return_t THREAD_CALLING_CONV asan_thread_start(void *arg) {
6459
atomic_uintptr_t *param = reinterpret_cast<atomic_uintptr_t *>(arg);
6560
AsanThread *t = nullptr;

0 commit comments

Comments
 (0)