summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/connection_edge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index e7bca0ee0d..e6a6dd23d6 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -484,7 +484,6 @@ connection_ap_fail_onehop(const char *failed_digest,
if (hexdigest_to_digest(edge_conn->chosen_exit_name, digest) < 0 ||
memcmp(digest, failed_digest, DIGEST_LEN))
continue;
- (void)build_state;
if (tor_digest_is_zero(digest)) {
/* we don't know the digest; have to compare addr:port */
struct in_addr in;