primes: remove unused lrand function

This commit is contained in:
David du Colombier 2015-07-30 00:08:55 +02:00
parent 1bd5583c53
commit 502423f4a8
1 changed files with 0 additions and 6 deletions

View File

@ -53,9 +53,3 @@ emalloc(unsigned long n)
{ {
return calloc(n ,1); return calloc(n ,1);
} }
long
lrand(void)
{
return rand();
}