diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-23 11:59:45 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-23 11:59:45 +0100 |
commit | 6f720eaf111826a1588b37870bf1af638b1420a0 (patch) | |
tree | a73d16f7ae4dd20b49f95a85228d10ac24b65acb | |
parent | b0d831910d0615dea94bec77dc46c8c2e415545c (diff) | |
download | sink-6f720eaf111826a1588b37870bf1af638b1420a0.tar.gz sink-6f720eaf111826a1588b37870bf1af638b1420a0.zip |
no longer need to keep this; it's always the top level item
-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 | } |