diff options
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 67bc88c8..b39f9566 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -61,7 +61,6 @@ struct sb_shm char queue[QUEUE_SIZE][MAX_EV_LEN]; int no_more; char last_ev[MAX_NUM_WORKERS][MAX_EV_LEN]; - sem_t queue_sem; pthread_mutex_t totals_lock; int n_processed; |