summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-10-15 14:25:36 -0400
committerNick Mathewson <nickm@torproject.org>2010-10-15 14:25:36 -0400
commite70cfbeb4048d0bb654351333f6d032269cabc6f (patch)
treea0c6967ac9c426c719818502b5c833b2de0a178d /src/or/rephist.c
parent96ab83d3b64a6e81f4e3f1c18598c942efea046c (diff)
downloadtor-e70cfbeb4048d0bb654351333f6d032269cabc6f.tar.gz
tor-e70cfbeb4048d0bb654351333f6d032269cabc6f.zip
Remove an unused field from circ_buffer_stats_t
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 68bc616e06..a18b2cebcc 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. */