summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-25 07:19:48 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-25 07:19:48 +0000
commit717fe4993e64e6c9972182c2eb220951effc2ee4 (patch)
treed3b8fba90d16914c7f332e2facfc6aa864aa39ad
parente1ac30c2bb270f3be2dad2369664f8165853d878 (diff)
downloadtor-717fe4993e64e6c9972182c2eb220951effc2ee4.tar.gz
tor-717fe4993e64e6c9972182c2eb220951effc2ee4.zip
actually make it stop keeping track of times. whoops.
svn:r3230
-rw-r--r--src/or/command.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/command.c b/src/or/command.c
index 34fd66f89c..0096f28b09 100644
--- a/src/or/command.c
+++ b/src/or/command.c
@@ -57,8 +57,6 @@ static void command_time_process_cell(cell_t *cell, connection_t *conn, int *tim
*time += time_passed;
}
-#define KEEP_TIMING_STATS 0
-
/** Process a <b>cell</b> that was just received on <b>conn</b>. Keep internal
* statistics about how many of each cell we've processed so far
* this second, and the total number of microseconds it took to