Commit 476c8fd7 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Martin Blix Grydeland

Remove useless call to VSL_Match

parent e6645af6
......@@ -199,8 +199,6 @@ accumulate(struct VSL_data *vsl, struct VSL_transaction * const pt[],
value = -1;
hit = 0;
while ((1 == VSL_Next(tr->c))) {
if (!VSL_Match(vsl, tr->c))
continue;
/* get the value we want, and register if it's a hit*/
tag = VSL_TAG(tr->c->rec.ptr);
assert(match_tag >= 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment