Kaynağa Gözat

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

Nick Mathewson 7 yıl önce
ebeveyn
işleme
3919f4f529
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
   }
 }