summaryrefslogtreecommitdiff
path: root/src/or/routerlist.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-12 09:56:42 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-12 09:56:42 -0400
commit035fe2d208633c600ee7164f2eba2e1c4b24c5db (patch)
treecbad2f3cd4be0f0a8443aebddeb7594229f6e85b /src/or/routerlist.h
parent42b5e3cbb76eb4a7e0dcca8945217351c3ef1bb4 (diff)
downloadtor-035fe2d208633c600ee7164f2eba2e1c4b24c5db.tar.gz
tor-035fe2d208633c600ee7164f2eba2e1c4b24c5db.zip
Remove named_map and unnamed_map from networkstatus.c
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r--src/or/routerlist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h
index 931373f5cd..27c8d88f05 100644
--- a/src/or/routerlist.h
+++ b/src/or/routerlist.h
@@ -80,7 +80,6 @@ const node_t *router_choose_random_node(smartlist_t *excludedsmartlist,
struct routerset_t *excludedset,
router_crn_flags_t flags);
-int router_is_named(const routerinfo_t *router);
int router_digest_is_trusted_dir_type(const char *digest,
dirinfo_type_t type);
#define router_digest_is_trusted_dir(d) \