rpc: connection_id _is_ used: remove a comment to the contrary

This commit is contained in:
Nick Mathewson 2023-06-14 14:46:08 -04:00
parent 789953d800
commit 66a72370d1
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ pub struct Connection {
/// This kind of ID is used to refer to the connection from _outside_ of the
/// context of an RPC connection: it can uniquely identify the connection
/// from e.g. a SOCKS session so that clients can attach streams to it.
///
/// TODO RPC: Remove this if it turns out to be unneeded.
#[allow(unused)]
connection_id: ConnectionId,
/// A `MacKey` used to create `GlobalIds` for the objects whose identifiers