sys_linux: remove unused variables

This commit is contained in:
Miroslav Lichvar 2015-08-24 13:25:39 +02:00
parent e5784c1ca8
commit e56154a687

View file

@ -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