diff options
Diffstat (limited to 'src/or/entrynodes.c')
-rw-r--r-- | src/or/entrynodes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c index 709003b1a9..dd4b110c3c 100644 --- a/src/or/entrynodes.c +++ b/src/or/entrynodes.c @@ -3347,7 +3347,6 @@ guards_retry_optimistic(const or_options_t *options) if (! entry_list_is_constrained(options)) return 0; - // XXXX prop271 -- is this correct? mark_primary_guards_maybe_reachable(get_guard_selection_info()); return 1; |