From 48c1bebd9ee9ad2aa3e6071038d3d9299b66ff0b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 24 Jun 2024 16:48:00 -0400 Subject: [PATCH] Remove a now-unused variable. --- src/core/or/extendinfo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/or/extendinfo.c b/src/core/or/extendinfo.c index b37d9831ed..6954335cc2 100644 --- a/src/core/or/extendinfo.c +++ b/src/core/or/extendinfo.c @@ -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; -- 2.47.3