diff --git a/syscall/fs_syscall.c b/syscall/fs_syscall.c index fcec7510..57e9f37c 100644 --- a/syscall/fs_syscall.c +++ b/syscall/fs_syscall.c @@ -2623,7 +2623,6 @@ static int DoEpollCreate1(int flags) int SysEpollCreate(int size) { - (void)size; return DoEpollCreate1(0); }