diff options
author | John Wiegley <johnw@newartisans.com> | 2008-09-20 13:48:47 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-09-20 13:48:47 -0400 |
commit | e914b476e9a9004f707c71116e9601178ec57c9f (patch) | |
tree | 40ec18ad81a2f90e9e15741658749730217c4a0e /src | |
parent | 1bbb6933af6c3052297ca647e31980b4dcce6960 (diff) | |
download | ledger-e914b476e9a9004f707c71116e9601178ec57c9f.tar.gz ledger-e914b476e9a9004f707c71116e9601178ec57c9f.tar.bz2 ledger-e914b476e9a9004f707c71116e9601178ec57c9f.zip |
Commented out some dead code.
Diffstat (limited to 'src')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 } } } |