From e914b476e9a9004f707c71116e9601178ec57c9f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 20 Sep 2008 13:48:47 -0400 Subject: [PATCH] Commented out some dead code. --- src/report.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/report.h b/src/report.h index 6c1049bb..104bd428 100644 --- a/src/report.h +++ b/src/report.h @@ -757,7 +757,9 @@ public: if (commodity_t * commodity = commodity_t::find_or_create(symbol)) { commodity->add_price(datetime_t::now, price); +#if 0 commodity->history()->bogus_time = datetime_t::now; +#endif } } }