From: teor Date: Wed, 29 Apr 2020 05:53:27 +0000 (+1000) Subject: nodelist: Remove an outdated comment X-Git-Tag: tor-0.4.5.0-alpha-dev~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=398e0e02474b988fd8600117eaece182a295b546;p=thirdparty%2Ftor.git nodelist: Remove an outdated comment Part of 33817. --- diff --git a/src/feature/nodelist/routerinfo_st.h b/src/feature/nodelist/routerinfo_st.h index e54a444ec4..36ead50e33 100644 --- a/src/feature/nodelist/routerinfo_st.h +++ b/src/feature/nodelist/routerinfo_st.h @@ -26,9 +26,6 @@ struct routerinfo_t { uint16_t dir_port; /**< Port for HTTP directory connections. */ /** A router's IPv6 address, if it has one. */ - /* XXXXX187 Actually these should probably be part of a list of addresses, - * not just a special case. Use abstractions to access these; don't do it - * directly. */ tor_addr_t ipv6_addr; uint16_t ipv6_orport;