summaryrefslogtreecommitdiff
path: root/binary.cc
diff options
context:
space:
mode:
Diffstat (limited to 'binary.cc')
-rw-r--r--binary.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/binary.cc b/binary.cc
index c3632ea2..21588b2a 100644
--- a/binary.cc
+++ b/binary.cc
@@ -296,14 +296,12 @@ unsigned int read_binary_journal(std::istream& in,
journal->entries.push_back(entry_pool++);
}
-#ifdef DO_CLEANUP
journal->item_pool = item_pool;
journal->item_pool_end = item_pool + pool_size;
accounts.clear();
commodities.clear();
bigints.clear();
-#endif
return count;
}