diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-23 23:03:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-23 23:05:25 -0500 |
commit | 365e302f6153a99fc79b7bad8fafa1d61e839e55 (patch) | |
tree | 0531c91adde79e847808ed3768083c205967fe43 /src/or/hibernate.c | |
parent | 337e32f5b8f5f3b310da20bf0135f17d06efb3ab (diff) | |
download | tor-365e302f6153a99fc79b7bad8fafa1d61e839e55.tar.gz tor-365e302f6153a99fc79b7bad8fafa1d61e839e55.zip |
Remove a bunch of unused macro definitions
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r-- | src/or/hibernate.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c index 36af4d8f83..a412571331 100644 --- a/src/or/hibernate.c +++ b/src/or/hibernate.c @@ -506,10 +506,6 @@ accounting_run_housekeeping(time_t now) } } -/** When we have no idea how fast we are, how long do we assume it will take - * us to exhaust our bandwidth? */ -#define GUESS_TIME_TO_USE_BANDWIDTH (24*60*60) - /** Based on our interval and our estimated bandwidth, choose a * deterministic (but random-ish) time to wake up. */ static void |