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/stats.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/stats.cc') diff --git a/src/stats.cc b/src/stats.cc index 6f0e21f4..e2db9d8b 100644 --- a/src/stats.cc +++ b/src/stats.cc @@ -82,12 +82,6 @@ value_t report_statistics(call_scope_t& args) out << std::endl; -#if 0 - out << _(" Number of transactions: ") ; - out.width(6); - out << statistics.xacts_count << std::endl; -#endif - out << _(" Number of postings: "); out.width(6); out << statistics.posts_count; -- cgit v1.2.3