summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-15 16:44:05 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-15 16:44:05 -0400
commit4519b7b469635686dde00d334ab90f83b94eacc0 (patch)
tree00c0d413bbbd0df6a27c61b891dcd20bed67489e
parentf4af1919abc0286514051fbbdd97f824879814bb (diff)
downloadtor-4519b7b469635686dde00d334ab90f83b94eacc0.tar.gz
tor-4519b7b469635686dde00d334ab90f83b94eacc0.zip
kist_no_kernel_support is unused when we didn't detect it.
So, remove it.
-rw-r--r--src/or/scheduler_kist.c1
1 files changed, 0 insertions, 1 deletions
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) */