summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.h')
-rw-r--r--src/xact.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xact.h b/src/xact.h
index 98631f65..b3cad6da 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -263,12 +263,10 @@ class period_xact_t : public xact_base_t
}
virtual bool valid() const {
-#if 0
if (! period.is_valid()) {
DEBUG("ledger.validate", "period_xact_t: ! period.is_valid()");
return false;
}
-#endif
return true;
}