summaryrefslogtreecommitdiff
path: root/account.cc
diff options
context:
space:
mode:
Diffstat (limited to 'account.cc')
-rw-r--r--account.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/account.cc b/account.cc
index 14d6f037..f04eb55d 100644
--- a/account.cc
+++ b/account.cc
@@ -5,10 +5,9 @@
namespace ledger {
-account_t::ident_t account_t::next_ident;
-
account_t::~account_t()
{
+ DEBUG_PRINT("ledger.memory.ctors", "dtor account_t");
for (accounts_map::iterator i = accounts.begin();
i != accounts.end();
i++)