diff options
author | David Goulet <dgoulet@torproject.org> | 2019-11-20 11:03:45 -0500 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-11-27 14:52:09 +0200 |
commit | a423cec670140c3afa59258e302435a5a4a9791d (patch) | |
tree | b85642a1160d5b924c6358c1a0c274c56e3a334e /src/feature/hs/hs_service.h | |
parent | cbc495453cb522db1584525a06d26386f5819e05 (diff) | |
download | tor-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.h | 2 |
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 |