summaryrefslogtreecommitdiff
path: root/parser.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-09 07:17:59 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-09 07:17:59 -0400
commit0005e2887d5a4d42f85c441295a3f64f6e999ca9 (patch)
tree713f0e1e5a1b218394e8ce7ca99891a0eed5af33 /parser.cc
parent0db8d69796d1d01eb25026efc2316c20a29f5d79 (diff)
downloadledger-0005e2887d5a4d42f85c441295a3f64f6e999ca9.tar.gz
ledger-0005e2887d5a4d42f85c441295a3f64f6e999ca9.tar.bz2
ledger-0005e2887d5a4d42f85c441295a3f64f6e999ca9.zip
Revert "Added the concept of "balance setting transactions"."
This reverts commit c93175183e790cf7f1100dfd554197161a69e6fe. The feature needs more thought and is not ready for 2.6.1.
Diffstat (limited to 'parser.cc')
-rw-r--r--parser.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/parser.cc b/parser.cc
index c96f2435..7cb65519 100644
--- a/parser.cc
+++ b/parser.cc
@@ -182,10 +182,6 @@ unsigned int parse_ledger_data(config_t& config,
journal, acct);
if (! journal->price_db.empty())
journal->sources.push_back(journal->price_db);
-
- // Clear out what was set during the textual parsing phase
- clear_account_xdata acct_cleaner;
- walk_accounts(*journal->master, acct_cleaner);
}
}