From 1fd37a432d060a08254ecb1a9129050563075140 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Aug 2004 02:11:32 -0400 Subject: cleanup; fully switched to autoconf -- use scripts/acprep --- binary.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'binary.cc') 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; } -- cgit v1.2.3