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

zwoop 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  b2c792f   TS-5008 CID 1022007 Logically dead code
b2c792f is described below

commit b2c792f6f3a33fcbd5a92b7b296bf83227fa8b24
Author: Nathan Garabedian <[email protected]>
AuthorDate: Wed Oct 26 22:30:31 2016 +0000

    TS-5008 CID 1022007 Logically dead code
---
 mgmt/cluster/VMap.cc | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/mgmt/cluster/VMap.cc b/mgmt/cluster/VMap.cc
index 8fe79a0..7ad0e6a 100644
--- a/mgmt/cluster/VMap.cc
+++ b/mgmt/cluster/VMap.cc
@@ -617,11 +617,7 @@ VMap::rl_checkGlobConflict(char *virt_ip)
   }
 
   if (ink_hash_table_lookup(our_map, virt_ip, &hash_value) != 0) {
-    if (in_ext_map) {
-      ret = true;
-    } else {
-      ret = false;
-    }
+    ret = false;
   }
 
   return ret;

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to