mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
Remove an obsolete comment from hibernate.c
This commit is contained in:
parent
2081740317
commit
17ebddbbdc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user