summaryrefslogtreecommitdiff
path: root/account.cc
diff options
context:
space:
mode:
Diffstat (limited to 'account.cc')
-rw-r--r--account.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/account.cc b/account.cc
index d11633ef..267d190a 100644
--- a/account.cc
+++ b/account.cc
@@ -5,8 +5,6 @@
namespace ledger {
-#ifdef DO_CLEANUP
-
account_t::~account_t()
{
DEBUG_PRINT("ledger.memory.ctors", "dtor account_t");
@@ -18,8 +16,6 @@ account_t::~account_t()
delete (*i).second;
}
-#endif // DO_CLEANUP
-
account_t * account_t::find_account(const std::string& name,
const bool auto_create)
{