Remove a now-unused variable.

This commit is contained in:
Nick Mathewson 2024-06-24 16:48:00 -04:00
parent 37f95e8dd2
commit 48c1bebd9e

View File

@ -97,7 +97,6 @@ extend_info_t *
extend_info_from_node(const node_t *node, int for_direct_connect,
bool for_exit)
{
crypto_pk_t *rsa_pubkey = NULL;
extend_info_t *info = NULL;
tor_addr_port_t ap;
int valid_addr = 0;