You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/02/02 00:53:08 UTC

[trafficserver] branch 7.1.x updated: Fixes a warning from clang v6.x

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

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new 10e684b  Fixes a warning from clang v6.x
10e684b is described below

commit 10e684b4d7affc2f9247597a9fef2dc86d47c267
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Jan 31 15:52:19 2018 -0700

    Fixes a warning from clang v6.x
    
    (cherry picked from commit df8976f78e3bdd88e75d23cbd7a42bd6c03ced94)
---
 lib/wccp/WccpEndPoint.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/wccp/WccpEndPoint.cc b/lib/wccp/WccpEndPoint.cc
index 28a2d26..9b1ccf9 100644
--- a/lib/wccp/WccpEndPoint.cc
+++ b/lib/wccp/WccpEndPoint.cc
@@ -741,7 +741,6 @@ CacheImpl::handleISeeYou(IpHeader const & /* ip_hdr ATS_UNUSED */, ts::Buffer co
   uint32_t recv_id = msg.m_router_id.idElt().getRecvId();
   RouterBag::iterator ar_spot; // active router
   int router_idx;              // index in active routers.
-  std::vector<SeedRouter>::iterator seed_spot;
 
   CapComp &caps = msg.m_capabilities;
   // Handle the router that sent us this.

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.