summaryrefslogtreecommitdiff
path: root/src/session.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-31 04:50:07 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-31 04:50:07 -0400
commit3909d2678ede154f9a7fe19617973d4daa173c47 (patch)
treeb8d85010bae44f1f4c7020d68e8b840b81da354f /src/session.cc
parent97a9b42b2c5ef908e0c47ecfd39771a79f8fa8a2 (diff)
downloadfork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.tar.gz
fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.tar.bz2
fork-ledger-3909d2678ede154f9a7fe19617973d4daa173c47.zip
Removed most #if 0 blocks and callout comments
Diffstat (limited to 'src/session.cc')
-rw-r--r--src/session.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/session.cc b/src/session.cc
index 6efc03f2..f3209fe7 100644
--- a/src/session.cc
+++ b/src/session.cc
@@ -47,8 +47,6 @@ void set_session_context(session_t * session)
times_initialize();
amount_t::initialize(session->journal->commodity_pool);
- // jww (2009-02-04): Is amount_t the right place for parse_conversion to
- // happen?
amount_t::parse_conversion("1.0m", "60s");
amount_t::parse_conversion("1.0h", "60m");