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/report.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/report.cc') diff --git a/src/report.cc b/src/report.cc index 096536c9..9f15a2d5 100644 --- a/src/report.cc +++ b/src/report.cc @@ -33,8 +33,8 @@ #include "report.h" #include "session.h" -#include "unistring.h" // jww (2009-03-04): really?? -#include "format.h" // jww (2009-03-04): really?? +#include "unistring.h" +#include "format.h" #include "output.h" #include "iterators.h" #include "filters.h" @@ -55,7 +55,6 @@ void report_t::posts_report(post_handler_ptr handler) void report_t::generate_report(post_handler_ptr handler) { - // jww (2009-02-27): make this more general HANDLER(limit_).on(string("#generate"), "actual"); generate_posts_iterator walker @@ -660,10 +659,7 @@ option_t * report_t::lookup_option(const char * p) else OPT(related_all); else OPT(revalued); else OPT(revalued_only); -#if 0 - // This option is not available to users else OPT(revalued_total_); -#endif break; case 's': OPT(set_account_); -- cgit v1.2.3