From 150abce0dbd11863e4a8309fd306a4c2667501f8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 19 Jul 2008 21:02:58 -0400 Subject: Commented out code that's not being used yet. --- binary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binary.cc') 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); -- cgit v1.2.3