소스 검색

Remove an XXXprop271 comment: turns out we didn't need a tristate

Nick Mathewson 7 년 전
부모
커밋
3919f4f529
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/entrynodes.c

+ 1 - 1
src/or/entrynodes.c

@@ -2046,7 +2046,7 @@ entry_guard_has_higher_priority(entry_guard_t *a, entry_guard_t *b)
       return 0;
 
     /* Neither is pending: priorities are equal. */
-    return 0; // XXXX prop271 return a tristate instead?
+    return 0;
   }
 }