Clean up documentation for connection_t.address

This commit is contained in:
Nick Mathewson 2020-07-16 14:47:35 -04:00
parent f64cf09eb2
commit 11f125ec78

View File

@ -161,7 +161,6 @@ struct connection_t {
*
* * An address we're trying to resolve (as an exit).
* * A unix address we're trying to bind to (as a listener).
* * A canonical address for an OR connection.
**/
char *address;
/** Another connection that's connected to this one in lieu of a socket. */