Remove unused variable: size.
This commit is contained in:
parent
423d60ce9d
commit
21a950ba8e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user