diff options
-rw-r--r-- | akonadi2_cli/module.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/akonadi2_cli/module.cpp b/akonadi2_cli/module.cpp index dfc58c8..125caaa 100644 --- a/akonadi2_cli/module.cpp +++ b/akonadi2_cli/module.cpp | |||
@@ -100,7 +100,6 @@ Module::Command Module::match(const QStringList &commandLine) const | |||
100 | } | 100 | } |
101 | 101 | ||
102 | if (!syntaxIt.hasNext()) { | 102 | if (!syntaxIt.hasNext()) { |
103 | tailCommands << word; | ||
104 | break; | 103 | break; |
105 | } | 104 | } |
106 | } | 105 | } |