Skip to content

Commit 502423f

Browse files
committedAug 3, 2015
primes: remove unused lrand function
1 parent 1bd5583 commit 502423f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎primes.c

-6
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,3 @@ emalloc(unsigned long n)
5353
{
5454
return calloc(n ,1);
5555
}
56-
57-
long
58-
lrand(void)
59-
{
60-
return rand();
61-
}

0 commit comments

Comments
 (0)
Please sign in to comment.