mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 20:05:06 -05:00
sys_linux: remove unused variables
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user