]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
nodelist: Remove an outdated comment
authorteor <teor@torproject.org>
Wed, 29 Apr 2020 05:53:27 +0000 (15:53 +1000)
committerteor <teor@torproject.org>
Wed, 29 Apr 2020 11:50:26 +0000 (21:50 +1000)
Part of 33817.

src/feature/nodelist/routerinfo_st.h

index e54a444ec4864996f6ff8e391a3b96f4d282d6aa..36ead50e3304f005f56928a23cb3adee53d9ff51 100644 (file)
@@ -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;