Merge remote-tracking branch 'public/no_itime_queue' into maint-0.2.4

This commit is contained in:
Nick Mathewson
2014-02-25 15:58:53 -05:00
3 changed files with 13 additions and 95 deletions
+6
View File
@@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Remove data structures which were introduced to implement the
CellStatistics option: they are now redundant with the addition
of timestamp to the regular packed_cell_t data structure, which
we did in 0.2.4.18-rc in order to resolve #9093. Fixes bug
10870.