summaryrefslogtreecommitdiffstats
path: root/tests/pipelinetest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-05 17:48:41 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-06-05 17:48:41 +0200
commit0acbe51f75bd1791b30d43e337c15e50680ae8c5 (patch)
tree7592ff49285085223453f2e0789632b315051cf5 /tests/pipelinetest.cpp
parentb135813110db7de8625bd2902e49afd971af9756 (diff)
downloadsink-0acbe51f75bd1791b30d43e337c15e50680ae8c5.tar.gz
sink-0acbe51f75bd1791b30d43e337c15e50680ae8c5.zip
These checks are no longer necessary
Diffstat (limited to 'tests/pipelinetest.cpp')
-rw-r--r--tests/pipelinetest.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pipelinetest.cpp b/tests/pipelinetest.cpp
index 6cb327f..c6ee9ab 100644
--- a/tests/pipelinetest.cpp
+++ b/tests/pipelinetest.cpp
@@ -34,9 +34,6 @@ static QList<QByteArray> getKeys(const QByteArray &dbEnv, const QByteArray &name
34 auto db = transaction.openDatabase(name, nullptr, false); 34 auto db = transaction.openDatabase(name, nullptr, false);
35 QList<QByteArray> result; 35 QList<QByteArray> result;
36 db.scan("", [&](const QByteArray &key, const QByteArray &value) { 36 db.scan("", [&](const QByteArray &key, const QByteArray &value) {
37 if (Sink::Storage::isInternalKey(key)) {
38 return true;
39 }
40 result << key; 37 result << key;
41 return true; 38 return true;
42 }); 39 });