We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8613133 commit 63baed3Copy full SHA for 63baed3
src/tsort.c
@@ -29,8 +29,6 @@ static int binsearch(
29
int l, c, r;
30
void *lx, *cx;
31
32
- assert(size > 0);
33
-
34
l = 0;
35
r = (int)size - 1;
36
c = r >> 1;
0 commit comments