From: Miroslav Lichvar Date: Mon, 24 Aug 2015 11:25:39 +0000 (+0200) Subject: sys_linux: remove unused variables X-Git-Tag: 2.2-pre1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56154a68711422f6bb68e06bd5b35fa5bc6df31;p=thirdparty%2Fchrony.git sys_linux: remove unused variables --- diff --git a/sys_linux.c b/sys_linux.c index 3c9b0cd8..d1849ca9 100644 --- a/sys_linux.c +++ b/sys_linux.c @@ -35,13 +35,11 @@ #if defined(HAVE_SCHED_SETSCHEDULER) # include -int SchedPriority = 0; #endif #if defined(HAVE_MLOCKALL) # include #include -int LockAll = 0; #endif #ifdef FEAT_PRIVDROP