Skip to content

Commit 73cdeda

Browse files
committed
tpool: remove m_group_enqueued (unused)
Noted in MDEV-36542 that it wasn't used and the compile warning -Wunused-private-field is legitimate. Review: Vladislav Vaintroub
1 parent 1055bc9 commit 73cdeda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tpool/tpool_generic.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ class thread_pool_generic : public thread_pool
218218

219219
/** Overall number of enqueues*/
220220
unsigned long long m_tasks_enqueued;
221-
unsigned long long m_group_enqueued;
222221
/** Overall number of dequeued tasks. */
223222
unsigned long long m_tasks_dequeued;
224223

0 commit comments

Comments
 (0)