diff --git a/primes.c b/primes.c index e9aa5f5..5533a1d 100644 --- a/primes.c +++ b/primes.c @@ -53,9 +53,3 @@ emalloc(unsigned long n) { return calloc(n ,1); } - -long -lrand(void) -{ - return rand(); -}