summaryrefslogtreecommitdiff
path: root/binary.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-27 00:10:35 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-27 00:10:35 -0400
commit713f89679070e2fe2aa529c4eade1f9efd697898 (patch)
tree775d1e7ba478399385914d38cde41a06e9e7753e /binary.cc
parent162d982b0cf1a5ac2e67012a3b8eadae3c1ac59f (diff)
downloadfork-ledger-713f89679070e2fe2aa529c4eade1f9efd697898.tar.gz
fork-ledger-713f89679070e2fe2aa529c4eade1f9efd697898.tar.bz2
fork-ledger-713f89679070e2fe2aa529c4eade1f9efd697898.zip
A large body of work to get the register report printing again, but still
fails due to the fact that 2.x value expression syntax is not restored.
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)