summaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_service.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-11-20 11:03:45 -0500
committerGeorge Kadianakis <desnacked@riseup.net>2019-11-27 14:52:09 +0200
commita423cec670140c3afa59258e302435a5a4a9791d (patch)
treeb85642a1160d5b924c6358c1a0c274c56e3a334e /src/feature/hs/hs_service.h
parentcbc495453cb522db1584525a06d26386f5819e05 (diff)
downloadtor-a423cec670140c3afa59258e302435a5a4a9791d.tar.gz
tor-a423cec670140c3afa59258e302435a5a4a9791d.zip
hs-v3: Remove unused hs_service_intro_circ_has_closed()
Since the removal of ip->circuit_established, this function does litterally nothing so clean it up. Part of #32020 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/hs/hs_service.h')
-rw-r--r--src/feature/hs/hs_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/feature/hs/hs_service.h b/src/feature/hs/hs_service.h
index 6c929c7ff1..1c2d9e97ca 100644
--- a/src/feature/hs/hs_service.h
+++ b/src/feature/hs/hs_service.h
@@ -344,8 +344,6 @@ int hs_service_receive_introduce2(origin_circuit_t *circ,
const uint8_t *payload,
size_t payload_len);
-void hs_service_intro_circ_has_closed(origin_circuit_t *circ);
-
char *hs_service_lookup_current_desc(const ed25519_public_key_t *pk);
hs_service_add_ephemeral_status_t