From b28f57089ec63eafa8170b24423538214ec27e67 Mon Sep 17 00:00:00 2001 From: Nathan Garabedian Date: Wed, 26 Oct 2016 22:30:31 +0000 Subject: [PATCH] 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 8fe79a0aae9..7ad0e6ae181 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;