summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-04-29 15:53:27 +1000
committerteor <teor@torproject.org>2020-04-29 21:50:26 +1000
commit398e0e02474b988fd8600117eaece182a295b546 (patch)
treee8ac77ca4226702164ee2c507d75fb60937c7177 /src
parent7517e1b5d31aada1f594c2594737a231d9d8e116 (diff)
downloadtor-398e0e02474b988fd8600117eaece182a295b546.tar.gz
tor-398e0e02474b988fd8600117eaece182a295b546.zip
nodelist: Remove an outdated comment
Part of 33817.
Diffstat (limited to 'src')
-rw-r--r--src/feature/nodelist/routerinfo_st.h3
1 files changed, 0 insertions, 3 deletions
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;