diff options
Diffstat (limited to 'src/journal.cc')
-rw-r--r-- | src/journal.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/journal.cc b/src/journal.cc index 6ebccd66..5aa2e7f7 100644 --- a/src/journal.cc +++ b/src/journal.cc @@ -64,9 +64,8 @@ journal_t::~journal_t() { TRACE_DTOR(journal_t); - // Don't bother unhooking each xact's posts from the - // accounts they refer to, because all accounts are about to - // be deleted. + // Don't bother unhooking each xact's posts from the accounts they refer to, + // because all accounts are about to be deleted. foreach (xact_t * xact, xacts) checked_delete(xact); |