From 0acbe51f75bd1791b30d43e337c15e50680ae8c5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 5 Jun 2016 17:48:41 +0200 Subject: These checks are no longer necessary --- tests/pipelinetest.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') 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 getKeys(const QByteArray &dbEnv, const QByteArray &name auto db = transaction.openDatabase(name, nullptr, false); QList result; db.scan("", [&](const QByteArray &key, const QByteArray &value) { - if (Sink::Storage::isInternalKey(key)) { - return true; - } result << key; return true; }); -- cgit v1.2.3