diff --git a/src/library_pthread.js b/src/library_pthread.js index 288fe32e89c36..21e00b5a606f0 100644 --- a/src/library_pthread.js +++ b/src/library_pthread.js @@ -55,8 +55,6 @@ var LibraryPThread = { }, // Maps pthread_t to pthread info objects pthreads: {}, - pthreadIdCounter: 2, // 0: invalid thread, 1: main JS UI thread, 2+: IDs for pthreads - exitHandlers: null, // An array of C functions to run when this thread exits. #if PTHREADS_PROFILING