]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove a now-unused variable.
authorNick Mathewson <nickm@torproject.org>
Mon, 24 Jun 2024 20:48:00 +0000 (16:48 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 26 Jun 2024 15:42:36 +0000 (11:42 -0400)
src/core/or/extendinfo.c

index b37d9831ed98df26172dad423a239acb98c3e79c..6954335cc2fd5854a534a74ccb891267ee0300bc 100644 (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;