diff options
author | Roger Dingledine <arma@torproject.org> | 2004-12-25 07:19:48 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-12-25 07:19:48 +0000 |
commit | 717fe4993e64e6c9972182c2eb220951effc2ee4 (patch) | |
tree | d3b8fba90d16914c7f332e2facfc6aa864aa39ad /src | |
parent | e1ac30c2bb270f3be2dad2369664f8165853d878 (diff) | |
download | tor-717fe4993e64e6c9972182c2eb220951effc2ee4.tar.gz tor-717fe4993e64e6c9972182c2eb220951effc2ee4.zip |
actually make it stop keeping track of times. whoops.
svn:r3230
Diffstat (limited to 'src')
-rw-r--r-- | src/or/command.c | 2 |
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 |