Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions iocore/eventsystem/I_EventProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down