From 778ba44beb841e4c786f5f9b12ab99966dd86065 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 28 Oct 2015 18:21:59 -0400 Subject: [PATCH] CmdImport: Removed redundant filter processing --- src/commands/CmdImport.cpp | 4 ---- 1 file changed, 4 deletions(-) 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] == "-"))