Skip to content

Commit 63baed3

Browse files
committed
tsort: remove assertion
1 parent 8613133 commit 63baed3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tsort.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ static int binsearch(
2929
int l, c, r;
3030
void *lx, *cx;
3131

32-
assert(size > 0);
33-
3432
l = 0;
3533
r = (int)size - 1;
3634
c = r >> 1;

0 commit comments

Comments
 (0)