From 3133cde3c12a814fab4c83ba59d5dfeace397ebc Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 10 Feb 2014 13:55:27 -0500 Subject: Excise the insertion_time_elem_t logic It's now redundant with the inserted_time field in packed_cell_t Fixes bug 10870. --- changes/bug10870 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug10870 (limited to 'changes') diff --git a/changes/bug10870 b/changes/bug10870 new file mode 100644 index 000000000..d8a00f402 --- /dev/null +++ b/changes/bug10870 @@ -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. \ No newline at end of file -- cgit v1.2.3