Commit af34daa8 authored by Geoff Simmons's avatar Geoff Simmons

Remove a superfluous assertion, rejected by some warnings.

unsigned is always >= 0.
parent 4b75f33a
......@@ -2305,7 +2305,6 @@ mpl_init()
test = MPL_Get(mpl, &sz);
AN(test);
assert(sz >= 0);
assert(sz <= node_alloc_sz); // no unsigned underflow
node_alloc_sz += sizeof(struct node);
......
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