From 9156da3da12755439082fa8b80bf441c2bb3f7fe Mon Sep 17 00:00:00 2001 From: "Alan M. Carroll" Date: Sun, 14 Nov 2021 21:54:00 -0600 Subject: [PATCH] Remove commented out EventProcessor::eventthread - it's time --- iocore/eventsystem/I_EventProcessor.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/iocore/eventsystem/I_EventProcessor.h b/iocore/eventsystem/I_EventProcessor.h index c4beb009686..5d21102e9da 100644 --- a/iocore/eventsystem/I_EventProcessor.h +++ b/iocore/eventsystem/I_EventProcessor.h @@ -285,16 +285,6 @@ class EventProcessor : public Processor */ EThread *all_ethreads[MAX_EVENT_THREADS]; - /** - An array of pointers, organized by thread group, to all of the - EThreads handled by the EventProcessor. An array of pointers to all of - the EThreads created throughout the existence of the EventProcessor - instance. It is a two-dimensional array whose first dimension is the - thread group id and the second the EThread pointers for that group. - - */ - // EThread *eventthread[MAX_EVENT_TYPES][MAX_THREADS_IN_EACH_TYPE]; - /// Data kept for each thread group. /// The thread group ID is the index into an array of these and so is not stored explicitly. struct ThreadGroupDescriptor {