[or-cvs] [tor/master 1/6] Remove an obsolete comment from hibernate.c

nickm at torproject.org nickm at torproject.org
Tue Sep 21 18:33:21 UTC 2010


Author: Nick Mathewson <nickm at torproject.org>
Date: Fri, 3 Sep 2010 14:09:45 -0400
Subject: Remove an obsolete comment from hibernate.c
Commit: 17ebddbbdca2cd3731171f275262761826e7d09c

---
 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 d50d05e..30f1ad2 100644
--- a/src/or/hibernate.c
+++ b/src/or/hibernate.c
@@ -591,10 +591,6 @@ read_bandwidth_usage(void)
   if (!state)
     return -1;
 
-  /* Okay; it looks like the state file is more up-to-date than the
-   * bw_accounting file, or the bw_accounting file is nonexistent,
-   * or the bw_accounting file is corrupt.
-   */
   log_info(LD_ACCT, "Reading bandwidth accounting data from state file");
   n_bytes_read_in_interval = state->AccountingBytesReadInInterval;
   n_bytes_written_in_interval = state->AccountingBytesWrittenInInterval;
-- 
1.7.1




More information about the tor-commits mailing list