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 cell that was just received on conn. 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