summaryrefslogtreecommitdiff
path: root/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'journal.h')
-rw-r--r--journal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/journal.h b/journal.h
index 8a6ac32b..1916b184 100644
--- a/journal.h
+++ b/journal.h
@@ -177,11 +177,9 @@ class entry_t : public entry_base_t
}
entry_t(const entry_t& e);
-#ifdef DEBUG_ENABLED
virtual ~entry_t() {
DEBUG_PRINT("ledger.memory.dtors", "dtor entry_t");
}
-#endif
std::time_t actual_date() const {
return _date;
@@ -257,11 +255,9 @@ class period_entry_t : public entry_base_t
DEBUG_PRINT("ledger.memory.ctors", "ctor period_entry_t");
}
-#ifdef DEBUG_ENABLED
virtual ~period_entry_t() {
DEBUG_PRINT("ledger.memory.dtors", "dtor period_entry_t");
}
-#endif
virtual bool valid() const {
return period;