summaryrefslogtreecommitdiff
path: root/binary.cc
diff options
context:
space:
mode:
Diffstat (limited to 'binary.cc')
-rw-r--r--binary.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/binary.cc b/binary.cc
index c1c2321e..bb9ac7b4 100644
--- a/binary.cc
+++ b/binary.cc
@@ -564,8 +564,6 @@ account_t * read_account(const char *& data, journal_t& journal,
account_t * acct = new account_t(NULL);
*accounts_next++ = acct;
- acct->journal = &journal;
-
account_t::ident_t id;
read_long(data, id); // parent id
if (id == 0xffffffff)