summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-22 16:15:12 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-22 16:15:12 -0400
commit4e64364d3a6e575d7c9cb3db412dae36132b9f2d (patch)
treec42de354c0bbe218072a6a39720cda6716afddde /src/main.cc
parenteb04b8be85e1af46ba94a00758a50cd1d97bf69e (diff)
downloadfork-ledger-4e64364d3a6e575d7c9cb3db412dae36132b9f2d.tar.gz
fork-ledger-4e64364d3a6e575d7c9cb3db412dae36132b9f2d.tar.bz2
fork-ledger-4e64364d3a6e575d7c9cb3db412dae36132b9f2d.zip
Removed an extra call to session.read_init().
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc
index 35efaa90..d6d32b7a 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -270,8 +270,6 @@ namespace ledger {
// Parse the initialization file, which can only be textual; then
// parse the journal data.
- session.read_init();
-
INFO_START(journal, "Read journal file");
journal_t& journal(*session.create_journal());