diff --git a/src/commands/CmdImport.cpp b/src/commands/CmdImport.cpp index ed84190f2..79877f0d2 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -60,10 +60,6 @@ int CmdImport::execute (std::string&) int rc = 0; int count = 0; - Filter filter; - if (filter.hasFilter ()) - throw std::string (STRING_ERROR_NO_FILTER); - // Get filenames from command line arguments. std::vector words = context.cli2.getWords (); if (! words.size () || (words.size () == 1 && words[0] == "-"))