diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-01 08:44:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-01 08:44:47 -0500 |
commit | c2757c3774c4f191bdca5684eec4833a228c00c2 (patch) | |
tree | 3c391a1f542a5b61a0596bdef612e66d13251234 /src/or/nodelist.h | |
parent | ea8e9f17f52877cc795f1792acb81d7fdaff6baf (diff) | |
download | tor-c2757c3774c4f191bdca5684eec4833a228c00c2.tar.gz tor-c2757c3774c4f191bdca5684eec4833a228c00c2.zip |
Remove nodelist_recompute_all_hsdir_indices() as unused.
Closes 25108.
Diffstat (limited to 'src/or/nodelist.h')
-rw-r--r-- | src/or/nodelist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/nodelist.h b/src/or/nodelist.h index e879b4e8ff..0abdcd6045 100644 --- a/src/or/nodelist.h +++ b/src/or/nodelist.h @@ -35,8 +35,6 @@ void nodelist_remove_routerinfo(routerinfo_t *ri); void nodelist_purge(void); smartlist_t *nodelist_find_nodes_with_microdesc(const microdesc_t *md); -void nodelist_recompute_all_hsdir_indices(void); - void nodelist_free_all(void); void nodelist_assert_ok(void); |