Procházet zdrojové kódy

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

Nick Mathewson před 7 roky
rodič
revize
3919f4f529
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
   }
 }