From 713f89679070e2fe2aa529c4eade1f9efd697898 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 27 Jul 2008 00:10:35 -0400 Subject: 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. --- binary.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'binary.cc') 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) -- cgit v1.2.3