Coverity 1038098: remove dead code from flow hash

pull/552/head
Victor Julien 12 years ago
parent aecefd00bd
commit 2e82772a0a

@ -612,8 +612,6 @@ static Flow *FlowGetUsedFlow(void) {
idx = 0;
FlowBucket *fb = &flow_hash[idx];
if (fb == NULL)
continue;
if (FBLOCK_TRYLOCK(fb) != 0)
continue;

Loading…
Cancel
Save