You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/10/10 23:30:40 UTC

[trafficserver] branch master updated: TS-4945: Remove unused member variable, epoll_vc

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

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  025d80b   TS-4945: Remove unused member variable, epoll_vc
025d80b is described below

commit 025d80b83de02cb094eda7c6862102d23ec818e8
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Oct 10 16:06:07 2016 -0600

    TS-4945: Remove unused member variable, epoll_vc
---
 iocore/net/P_NetAccept.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/iocore/net/P_NetAccept.h b/iocore/net/P_NetAccept.h
index 2d0cbc3..4bbb5f9 100644
--- a/iocore/net/P_NetAccept.h
+++ b/iocore/net/P_NetAccept.h
@@ -85,7 +85,6 @@ struct NetAccept : public Continuation {
   AcceptFunctionPtr accept_fn;
   int ifd;
   Ptr<NetAcceptAction> action_;
-  UnixNetVConnection *epoll_vc; // only storage for epoll events
   EventIO ep;
 
   NetProcessor::AcceptOptions opt;

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].