Commit eba8c51d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vsl: Kill dead check

There's only one call site for vtx_dispatch() and it guarantees that len
is greater than zero.
parent 23693c4c
......@@ -439,8 +439,7 @@ vtx_append(struct VSLQ *vslq, struct vtx *vtx, const struct VSLC_ptr *start,
enum vsl_check i;
AN(vtx);
if (len == 0)
return;
AN(len);
AN(start);
i = VSL_Check(vslq->c, start);
......
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