diff options
Diffstat (limited to 'src/or/command.c')
-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 |