diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-08-17 23:27:02 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-08-17 23:49:39 +0200 |
commit | d5c83f201441f2582dd074729d2ccdce90b1243e (patch) | |
tree | 7ba32ccadbfb2af6c79b6bf09b4f986ba614725a /src/or/rephist.h | |
parent | 5ffe105598135a92777d78cc82399fa281c52c5f (diff) | |
download | tor-d5c83f201441f2582dd074729d2ccdce90b1243e.tar.gz tor-d5c83f201441f2582dd074729d2ccdce90b1243e.zip |
Remove unused function declarations
Also remove some #if 0'd code from the unit tests for buffers. The
code was killed in e6794e58081af773073c266e23fe3ab2ebecdb7e (5 years
ago), and is now broken anyways.
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r-- | src/or/rephist.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h index f655500eb8..02ab2f1cbd 100644 --- a/src/or/rephist.h +++ b/src/or/rephist.h @@ -57,14 +57,6 @@ void dump_pk_ops(int severity); void rep_hist_free_all(void); -/* for hidden service usage statistics */ -void hs_usage_note_publish_total(const char *service_id, time_t now); -void hs_usage_note_publish_novel(const char *service_id, time_t now); -void hs_usage_note_fetch_total(const char *service_id, time_t now); -void hs_usage_note_fetch_successful(const char *service_id, time_t now); -void hs_usage_write_statistics_to_file(time_t now); -void hs_usage_free_all(void); - void rep_hist_exit_stats_init(time_t now); void rep_hist_reset_exit_stats(time_t now); void rep_hist_exit_stats_term(void); |