diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2014-05-05 11:21:35 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2014-05-05 11:21:35 +0200 |
commit | 1289474dbd7898826958fc6406d6e444288e7479 (patch) | |
tree | 64047a0eda0589fa056b82811365f86c2bc0de7a /src/or/rephist.h | |
parent | 8a173635bcd85ad7375d996fb39efeaddd8c611d (diff) | |
download | tor-1289474dbd7898826958fc6406d6e444288e7479.tar.gz tor-1289474dbd7898826958fc6406d6e444288e7479.zip |
Remove /tor/dbg-stability.txt URL.
The /tor/dbg-stability.txt URL was meant to help debug WFU and MTBF
calculations, but nobody was using it.
Fixes #11742.
Diffstat (limited to 'src/or/rephist.h')
-rw-r--r-- | src/or/rephist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rephist.h b/src/or/rephist.h index df01ae6cb3..cd6231e6e4 100644 --- a/src/or/rephist.h +++ b/src/or/rephist.h @@ -47,7 +47,6 @@ double rep_hist_get_stability(const char *id, time_t when); double rep_hist_get_weighted_fractional_uptime(const char *id, time_t when); long rep_hist_get_weighted_time_known(const char *id, time_t when); int rep_hist_have_measured_enough_stability(void); -const char *rep_hist_get_router_stability_doc(time_t now); void rep_hist_note_used_port(time_t now, uint16_t port); smartlist_t *rep_hist_get_predicted_ports(time_t now); |