Commented out some dead code.

This commit is contained in:
John Wiegley 2008-09-20 13:48:47 -04:00
parent 1bbb6933af
commit e914b476e9

View file

@ -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
}
}
}