From 3909d2678ede154f9a7fe19617973d4daa173c47 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Oct 2009 04:50:07 -0400 Subject: Removed most #if 0 blocks and callout comments --- src/xact.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/xact.h') 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; } -- cgit v1.2.3