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)
|
#if defined(HAVE_SCHED_SETSCHEDULER)
|
||||||
# include <sched.h>
|
# include <sched.h>
|
||||||
int SchedPriority = 0;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_MLOCKALL)
|
#if defined(HAVE_MLOCKALL)
|
||||||
# include <sys/mman.h>
|
# include <sys/mman.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
int LockAll = 0;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FEAT_PRIVDROP
|
#ifdef FEAT_PRIVDROP
|
||||||
|
|
Loading…
Reference in a new issue