summaryrefslogtreecommitdiff
path: root/emacs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.cc')
-rw-r--r--emacs.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.cc b/emacs.cc
index 63e5332c..76d10fa6 100644
--- a/emacs.cc
+++ b/emacs.cc
@@ -5,7 +5,6 @@ namespace ledger {
void format_emacs_transactions::write_entry(entry_t& entry)
{
int idx = entry.src_idx;
-
for (strings_list::iterator i = entry.journal->sources.begin();
i != entry.journal->sources.end();
i++)