Coverity 1038101: remove dead code from host hash timeout code

pull/552/head
Victor Julien 12 years ago
parent 440124a4b9
commit 8237bbf18a

@ -148,8 +148,7 @@ uint32_t HostTimeoutHash(struct timeval *ts) {
for (idx = 0; idx < host_config.hash_size; idx++) {
HostHashRow *hb = &host_hash[idx];
if (hb == NULL)
continue;
if (HRLOCK_TRYLOCK(hb) != 0)
continue;

Loading…
Cancel
Save