소스 검색

kist_no_kernel_support is unused when we didn't detect it.

So, remove it.
Nick Mathewson 8 년 전
부모
커밋
4519b7b469
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/or/scheduler_kist.c

+ 0 - 1
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) */