sys_linux: remove unused variables
This commit is contained in:
parent
e5784c1ca8
commit
e56154a687
1 changed files with 0 additions and 2 deletions
|
@ -35,13 +35,11 @@
|
|||
|
||||
#if defined(HAVE_SCHED_SETSCHEDULER)
|
||||
# include <sched.h>
|
||||
int SchedPriority = 0;
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_MLOCKALL)
|
||||
# include <sys/mman.h>
|
||||
#include <sys/resource.h>
|
||||
int LockAll = 0;
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_PRIVDROP
|
||||
|
|
Loading…
Reference in a new issue