SolidWallOfCode opened a new pull request #7596:
URL: https://github.com/apache/trafficserver/pull/7596


   @bneradt noticed a problem reported by clang analyzer and asked me about it. 
In tracking it down and trying to understand what the code was doing, I noticed 
it didn't seem to ever be invoked. The result is this PR which removes the 
method, `UnixNetVConnection::startEvent` that contains the problematic code, 
thus resolving the clang analyzer issue.
   
   AFAICT `startEvent` was previously used as initialization for the net 
threads, but after the restructuring of that a few years back it became dead 
code. Such initialization is handled via the `EThread::schedule_spawn`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to