Commented out some dead code.
This commit is contained in:
parent
1bbb6933af
commit
e914b476e9
1 changed files with 2 additions and 0 deletions
|
|
@ -757,7 +757,9 @@ public:
|
||||||
|
|
||||||
if (commodity_t * commodity = commodity_t::find_or_create(symbol)) {
|
if (commodity_t * commodity = commodity_t::find_or_create(symbol)) {
|
||||||
commodity->add_price(datetime_t::now, price);
|
commodity->add_price(datetime_t::now, price);
|
||||||
|
#if 0
|
||||||
commodity->history()->bogus_time = datetime_t::now;
|
commodity->history()->bogus_time = datetime_t::now;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue