From aa449c82dc3a5505b8a63843b83aed0f5dab8ed1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 30 Jan 2015 12:00:36 +0100 Subject: clenup --- common/pipeline.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'common/pipeline.cpp') diff --git a/common/pipeline.cpp b/common/pipeline.cpp index f440c6d..7cab8ec 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp @@ -100,7 +100,6 @@ Async::Job Pipeline::newEntity(void const *command, size_t size) //TODO toRFC4122 would probably be more efficient, but results in non-printable keys. const auto key = QUuid::createUuid().toString().toUtf8(); - //TODO figure out if we already have created a revision for the message? const qint64 newRevision = storage().maxRevision() + 1; { -- cgit v1.2.3