diff --git a/src/commands/CmdReports.cpp b/src/commands/CmdReports.cpp index c34678426..54f32e532 100644 --- a/src/commands/CmdReports.cpp +++ b/src/commands/CmdReports.cpp @@ -28,7 +28,6 @@ #include #include #include -#include #include #include #include @@ -55,12 +54,6 @@ CmdReports::CmdReports () //////////////////////////////////////////////////////////////////////////////// int CmdReports::execute (std::string& output) { - Filter filter; - if (filter.hasFilter ()) - throw std::string (STRING_ERROR_NO_FILTER); - if (filter.hasModifications ()) - throw std::string (STRING_ERROR_NO_MODS); - std::vector reports; // Add custom reports.