diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-19 21:02:58 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-19 21:02:58 -0400 |
commit | 150abce0dbd11863e4a8309fd306a4c2667501f8 (patch) | |
tree | f2ebe8db57792e268d2ea8008f5ec19800f0895a /binary.cc | |
parent | 931e5aa12dd3cbab5590b6fcb7a251c77d435af0 (diff) | |
download | fork-ledger-150abce0dbd11863e4a8309fd306a4c2667501f8.tar.gz fork-ledger-150abce0dbd11863e4a8309fd306a4c2667501f8.tar.bz2 fork-ledger-150abce0dbd11863e4a8309fd306a4c2667501f8.zip |
Commented out code that's not being used yet.
Diffstat (limited to 'binary.cc')
-rw-r--r-- | binary.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -654,9 +654,9 @@ unsigned int read_journal(std::istream& in, base_commodities = base_commodities_next = new commodity_t::base_t *[bc_count]; for (commodity_t::ident_t i = 0; i < bc_count; i++) { +#if 0 commodity_t::base_t * base = read_commodity_base(data); -#if 0 // jww (2008-04-22): How does the pool get created here? amount_t::current_pool->commodities.push_back(commodity); |