Commit 218f3aa6 authored by Stephane Cance's avatar Stephane Cance Committed by Dridi Boukelmoune

vsmw: remove spurious assert after REPLACE()

parent 0dfa3b8c
......@@ -405,7 +405,6 @@ VSMW_Allocv(struct vsmw *vsmw, struct vsmw_cluster *vc,
assert(fmt[0] == '\0' || l < VSB_len(vsmw->vsb));
REPLACE(seg->id, VSB_data(vsmw->vsb));
AN(seg->id);
if (vc == NULL)
vc = vsmw_newcluster(vsmw, seg->len, category);
......
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