Commit 23a6dd80 authored by Nils Goroll's avatar Nils Goroll

remove superfluous assert

parent 513e1077
......@@ -389,7 +389,6 @@ vep_mark_pending(struct vep_state *vep, const char *p)
AN(vep->ver_p);
l = p - vep->ver_p;
assert(l > 0);
assert(l >= 0);
vep->crcp = crc32(vep->crcp, (const void *)vep->ver_p, l);
vep->ver_p = p;
......
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