diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-17 03:15:57 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-17 03:15:57 -0400 |
commit | 891d7b87c8bd9c2387a945a22b41f9b8f94f3327 (patch) | |
tree | 8d4ca5757a923d80bf82f625a16746aac68a0043 /src/session.h | |
parent | 650527bef8bdac0edf08b383f6d721ca19aee5b1 (diff) | |
download | fork-ledger-891d7b87c8bd9c2387a945a22b41f9b8f94f3327.tar.gz fork-ledger-891d7b87c8bd9c2387a945a22b41f9b8f94f3327.tar.bz2 fork-ledger-891d7b87c8bd9c2387a945a22b41f9b8f94f3327.zip |
Removed some dead code and updated the binary streaming code for op_t and
value_t.
Diffstat (limited to 'src/session.h')
-rw-r--r-- | src/session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session.h b/src/session.h index 1073ca8f..a8c3fb4c 100644 --- a/src/session.h +++ b/src/session.h @@ -168,8 +168,8 @@ public: void clean_xacts(entry_t& entry); void clean_all() { - clear_xacts(); - clear_accounts(); + clean_xacts(); + clean_accounts(); } // |