Commit 63baed37 by Edward Thomson

tsort: remove assertion

parent 8613133b
......@@ -29,8 +29,6 @@ static int binsearch(
int l, c, r;
void *lx, *cx;
assert(size > 0);
l = 0;
r = (int)size - 1;
c = r >> 1;
......
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