Remove unused variable: size.

This commit is contained in:
tjr 2003-01-04 00:20:54 +00:00
parent 423d60ce9d
commit 21a950ba8e

View File

@ -40,7 +40,7 @@ ulimit(int cmd, ...)
{
struct rlimit limit;
va_list ap;
long arg, size;
long arg;
if (cmd == UL_GETSIZE) {
if (getrlimit(RLIMIT_FSIZE, &limit) == -1)