Skip to content

Commit 3d1f15a

Browse files
remove unused pthread objects
1 parent 7f89891 commit 3d1f15a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

VCellMessaging/include/VCELL/SimulationMessaging.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ class SimulationMessaging {
9494
int taskID;
9595
int m_jobIndex;
9696
time_t lastSentEventTime;
97-
98-
pthread_t newWorkerEventThread;
99-
pthread_mutex_t mutex_messaging;
100-
pthread_mutex_t mutex_workerEvent;
101-
pthread_mutex_t mutex_cond_workerEvent;
102-
pthread_cond_t cond_workerEvent;
10397
bool bNewWorkerEvent;
10498

10599
};

0 commit comments

Comments
 (0)