Skip to content
Snippets Groups Projects
Commit cccd3f1d authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

entrynodes: Remove "split these functions" XXXXs

They now have a ticket: #21349.
parent ed4a3dfe
No related branches found
No related tags found
No related merge requests found
......@@ -1157,7 +1157,6 @@ entry_guard_is_listed,(guard_selection_t *gs, const entry_guard_t *guard))
STATIC void
sampled_guards_update_from_consensus(guard_selection_t *gs)
{
/*XXXX prop271 consider splitting this function up. */
tor_assert(gs);
const int REMOVE_UNLISTED_GUARDS_AFTER =
(get_remove_unlisted_guards_after_days() * 86400);
......@@ -1581,7 +1580,6 @@ make_guard_confirmed(guard_selection_t *gs, entry_guard_t *guard)
STATIC void
entry_guards_update_primary(guard_selection_t *gs)
{
/*XXXX prop271 consider splitting this function up. */
tor_assert(gs);
// prevent recursion. Recursion is potentially very bad here.
......@@ -1779,7 +1777,6 @@ select_entry_guard_for_circuit(guard_selection_t *gs,
const entry_guard_restriction_t *rst,
unsigned *state_out)
{
/*XXXX prop271 consider splitting this function up. */
tor_assert(gs);
tor_assert(state_out);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment