From: Nick Mathewson Date: Fri, 15 Sep 2017 20:44:05 +0000 (-0400) Subject: kist_no_kernel_support is unused when we didn't detect it. X-Git-Tag: tor-0.3.2.1-alpha~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4519b7b469635686dde00d334ab90f83b94eacc0;p=thirdparty%2Ftor.git kist_no_kernel_support is unused when we didn't detect it. So, remove it. --- diff --git a/src/or/scheduler_kist.c b/src/or/scheduler_kist.c index 2249d49f79..ba8d416dba 100644 --- a/src/or/scheduler_kist.c +++ b/src/or/scheduler_kist.c @@ -37,7 +37,6 @@ static unsigned int kist_lite_mode = 0; * by KIST. In that case, fallback to the naive approach. */ static unsigned int kist_no_kernel_support = 0; #else /* !(defined(HAVE_KIST_SUPPORT)) */ -static unsigned int kist_no_kernel_support = 1; static unsigned int kist_lite_mode = 1; #endif /* defined(HAVE_KIST_SUPPORT) */