]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
actually make it stop keeping track of times. whoops.
authorRoger Dingledine <arma@torproject.org>
Sat, 25 Dec 2004 07:19:48 +0000 (07:19 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 25 Dec 2004 07:19:48 +0000 (07:19 +0000)
svn:r3230

src/or/command.c

index 34fd66f89cd6d208df0803e2684aed977f99524a..0096f28b09b9f2b7796449309068171e5bff797a 100644 (file)
@@ -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