summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2018-05-25 11:33:04 +0200
committerMinijackson <minijackson@riseup.net>2018-05-25 11:33:04 +0200
commit58fea7c9bd5f18413a63053dc6eb99b1ee1dd05a (patch)
treed59a334e318ac700094b5fc67feaa2afee7a80fd
parent00717f6c8b8a9c6dbd56a80d685c5082fc03f6a5 (diff)
downloadsink-58fea7c9bd5f18413a63053dc6eb99b1ee1dd05a.tar.gz
sink-58fea7c9bd5f18413a63053dc6eb99b1ee1dd05a.zip
Remove useless comment
-rw-r--r--common/typeindex.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/typeindex.cpp b/common/typeindex.cpp
index 5564144..ddb1b63 100644
--- a/common/typeindex.cpp
+++ b/common/typeindex.cpp
@@ -266,7 +266,6 @@ static QVector<QByteArray> indexLookup(Index &index, QueryBase::Comparator filte
266 for(const QVariant &value : filter.value.value<QVariantList>()) { 266 for(const QVariant &value : filter.value.value<QVariantList>()) {
267 lookupKeys << valueToKey(value); 267 lookupKeys << valueToKey(value);
268 } 268 }
269 //lookupKeys = filter.value.value<QByteArrayList>();
270 } else { 269 } else {
271 Q_ASSERT(false); 270 Q_ASSERT(false);
272 } 271 }