summaryrefslogtreecommitdiff
path: root/binary.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-19 21:02:58 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-19 21:02:58 -0400
commit150abce0dbd11863e4a8309fd306a4c2667501f8 (patch)
treef2ebe8db57792e268d2ea8008f5ec19800f0895a /binary.cc
parent931e5aa12dd3cbab5590b6fcb7a251c77d435af0 (diff)
downloadfork-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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/binary.cc b/binary.cc
index 2ac47195..90d72cfe 100644
--- a/binary.cc
+++ b/binary.cc
@@ -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);