commit 4519b7b469635686dde00d334ab90f83b94eacc0
parent f4af1919abc0286514051fbbdd97f824879814bb
Author: Nick Mathewson <nickm@torproject.org>
Date: Fri, 15 Sep 2017 16:44:05 -0400
kist_no_kernel_support is unused when we didn't detect it.
So, remove it.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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) */