浏览代码

Remove an unused field from circ_buffer_stats_t

Nick Mathewson 15 年之前
父节点
当前提交
e70cfbeb40
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/or/rephist.c

+ 0 - 1
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. */