From cebc1da25604c9142b9bbc479d5b05e7bee062f9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 22 Feb 2009 01:56:01 -0400 Subject: Restored the --invert option --- src/filters.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/filters.h') diff --git a/src/filters.h b/src/filters.h index 112ebbcd..81039125 100644 --- a/src/filters.h +++ b/src/filters.h @@ -356,22 +356,6 @@ public: virtual void operator()(xact_t& xact); }; -/** - * @brief Brief - * - * Long. - */ -class invert_xacts : public item_handler -{ - invert_xacts(); - -public: - invert_xacts(xact_handler_ptr handler) - : item_handler(handler) {} - - virtual void operator()(xact_t& xact); -}; - /** * @brief Brief * -- cgit v1.2.3