diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-24 02:11:32 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-24 02:11:32 -0400 |
commit | 1fd37a432d060a08254ecb1a9129050563075140 (patch) | |
tree | f80ee5bf2b780f315348c2767150b9643e9d9488 /binary.cc | |
parent | 73e2abd1b2e2bacbd353999a7b3edd95a04112c4 (diff) | |
download | fork-ledger-1fd37a432d060a08254ecb1a9129050563075140.tar.gz fork-ledger-1fd37a432d060a08254ecb1a9129050563075140.tar.bz2 fork-ledger-1fd37a432d060a08254ecb1a9129050563075140.zip |
cleanup; fully switched to autoconf -- use scripts/acprep
Diffstat (limited to 'binary.cc')
-rw-r--r-- | binary.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; } |