This is an automated email from the ASF dual-hosted git repository.

JosiahWI pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new a2e02e1449 Remove unused EThread members (#13268)
a2e02e1449 is described below

commit a2e02e144912302811338d67abcc1ead224795a7
Author: JosiahWI <[email protected]>
AuthorDate: Mon Jun 15 18:10:56 2026 -0500

    Remove unused EThread members (#13268)
    
    This removes the following members:
    - EThread::diskHandler
    - EThread::aio_ops
---
 include/iocore/eventsystem/EThread.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/include/iocore/eventsystem/EThread.h 
b/include/iocore/eventsystem/EThread.h
index 99569b9fff..ff3b0e0933 100644
--- a/include/iocore/eventsystem/EThread.h
+++ b/include/iocore/eventsystem/EThread.h
@@ -47,7 +47,6 @@ using hwloc_obj_t = hwloc_obj *;
 // instead.
 #define MUTEX_RETRY_DELAY HRTIME_MSECONDS(20)
 
-class DiskHandler;
 struct EventIO;
 
 class ServerSessionPool;
@@ -328,12 +327,6 @@ public:
   /** Block of memory to allocate thread specific data e.g. stat system 
arrays. */
   char thread_private[PER_THREAD_DATA];
 
-  /** Private Data for the Disk Processor. */
-  DiskHandler *diskHandler = nullptr;
-
-  /** Private Data for AIO. */
-  Que(Continuation, link) aio_ops;
-
   ProtectedQueue     EventQueueExternal;
   PriorityEventQueue EventQueue;
 

Reply via email to