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 --- examples/maildirresource/maildirresource.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/maildirresource') diff --git a/examples/maildirresource/maildirresource.cpp b/examples/maildirresource/maildirresource.cpp index 18f8334..9800f7f 100644 --- a/examples/maildirresource/maildirresource.cpp +++ b/examples/maildirresource/maildirresource.cpp @@ -289,9 +289,6 @@ public: // auto remoteIds = synchronizationTransaction.openDatabase("rid.mapping." + bufferType, std::function(), true); auto mainDatabase = Sink::Storage::mainDatabase(transaction(), bufferType); mainDatabase.scan("", [&](const QByteArray &key, const QByteArray &) { - if (Sink::Storage::isInternalKey(key)) { - return true; - } callback(key); return true; }); -- cgit v1.2.3