summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-09-20 13:48:47 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-09-20 13:48:47 -0400
commite914b476e9a9004f707c71116e9601178ec57c9f (patch)
tree40ec18ad81a2f90e9e15741658749730217c4a0e /src
parent1bbb6933af6c3052297ca647e31980b4dcce6960 (diff)
downloadledger-e914b476e9a9004f707c71116e9601178ec57c9f.tar.gz
ledger-e914b476e9a9004f707c71116e9601178ec57c9f.tar.bz2
ledger-e914b476e9a9004f707c71116e9601178ec57c9f.zip
Commented out some dead code.
Diffstat (limited to 'src')
-rw-r--r--src/report.h2
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
}
}
}