aboutsummaryrefslogtreecommitdiff
path: root/src/or/hibernate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/hibernate.c')
-rw-r--r--src/or/hibernate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/hibernate.c b/src/or/hibernate.c
index 43f50e96c..db9c10813 100644
--- a/src/or/hibernate.c
+++ b/src/or/hibernate.c
@@ -539,9 +539,6 @@ accounting_record_bandwidth_usage(time_t now)
tor_snprintf(fname, sizeof(fname), "%s/bw_accounting",
get_options()->DataDirectory);
-
-
-
return write_str_to_file(fname, buf, 0);
}