]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
kist_no_kernel_support is unused when we didn't detect it.
authorNick Mathewson <nickm@torproject.org>
Fri, 15 Sep 2017 20:44:05 +0000 (16:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 15 Sep 2017 20:44:05 +0000 (16:44 -0400)
So, remove it.

src/or/scheduler_kist.c

index 2249d49f792bd5101460d66efbfdbb73e9f76f30..ba8d416dbad77b1d72c61f2baabd99ea4bf84ecf 100644 (file)
@@ -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) */