diff options
author | Roger Dingledine <arma@torproject.org> | 2017-05-24 00:43:44 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-05-24 00:43:44 -0400 |
commit | cabad0b6c70fab61cd92261855d4d15e720cbf1d (patch) | |
tree | 780a77a2695639580a3db00ea28d5cc327c33e64 /src/or/nodelist.h | |
parent | af98b862a51c001efae1eae4f467e0c9b835953e (diff) | |
download | tor-cabad0b6c70fab61cd92261855d4d15e720cbf1d.tar.gz tor-cabad0b6c70fab61cd92261855d4d15e720cbf1d.zip |
remove unused node_get_published_on function
in retrospect, we should have removed this with commit 1289474d
as part of #11742, which was the last caller of it.
Diffstat (limited to 'src/or/nodelist.h')
-rw-r--r-- | src/or/nodelist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/nodelist.h b/src/or/nodelist.h index b94a066913..6c063de8a3 100644 --- a/src/or/nodelist.h +++ b/src/or/nodelist.h @@ -53,7 +53,6 @@ const char *node_get_platform(const node_t *node); uint32_t node_get_prim_addr_ipv4h(const node_t *node); void node_get_address_string(const node_t *node, char *cp, size_t len); long node_get_declared_uptime(const node_t *node); -time_t node_get_published_on(const node_t *node); const smartlist_t *node_get_declared_family(const node_t *node); const ed25519_public_key_t *node_get_ed25519_id(const node_t *node); int node_ed25519_id_matches(const node_t *node, |