diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-01 09:54:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-01 09:54:20 -0400 |
commit | c66dd179800416d8bcc1aa4a9abdcf1861a7c6c6 (patch) | |
tree | 728ae954124abd68feade9b88e79165655739814 /src/or/config.h | |
parent | 162fd52b405918a78bf25d7e043edd16a53a2e0f (diff) | |
download | tor-c66dd179800416d8bcc1aa4a9abdcf1861a7c6c6.tar.gz tor-c66dd179800416d8bcc1aa4a9abdcf1861a7c6c6.zip |
Drop support for --digests
This is a fair amount of maintainance burden, and doesn't help much
more than the git microversion.
Closes ticket 14742.
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/config.h b/src/or/config.h index b064f05321..b0b23bcfbd 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -91,7 +91,6 @@ int getinfo_helper_config(control_connection_t *conn, const char *question, char **answer, const char **errmsg); -const char *tor_get_digests(void); uint32_t get_effective_bwrate(const or_options_t *options); uint32_t get_effective_bwburst(const or_options_t *options); |