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_codedigest.c | |
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_codedigest.c')
-rw-r--r-- | src/or/config_codedigest.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/or/config_codedigest.c b/src/or/config_codedigest.c deleted file mode 100644 index 86d14bacef..0000000000 --- a/src/or/config_codedigest.c +++ /dev/null @@ -1,13 +0,0 @@ - -const char *tor_get_digests(void); - -/** Return a string describing the digest of the source files in src/or/ - */ -const char * -tor_get_digests(void) -{ - return "" -#include "or_sha1.i" - ; -} - |