[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master 1/2] Remove an unused field from circ_buffer_stats_t
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Fri, 15 Oct 2010 14:25:36 -0400
Subject: Remove an unused field from circ_buffer_stats_t
Commit: e70cfbeb4048d0bb654351333f6d032269cabc6f
---
src/or/rephist.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 68bc616..a18b2ce 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -2189,7 +2189,6 @@ typedef struct circ_buffer_stats_t {
uint32_t processed_cells;
double mean_num_cells_in_queue;
double mean_time_cells_in_queue;
- uint32_t local_circ_id;
} circ_buffer_stats_t;
/** Holds stats. */
--
1.7.1