diff options
Diffstat (limited to 'common/pipeline.cpp')
-rw-r--r-- | common/pipeline.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<void> Pipeline::newEntity(void const *command, size_t size) | |||
100 | //TODO toRFC4122 would probably be more efficient, but results in non-printable keys. | 100 | //TODO toRFC4122 would probably be more efficient, but results in non-printable keys. |
101 | const auto key = QUuid::createUuid().toString().toUtf8(); | 101 | const auto key = QUuid::createUuid().toString().toUtf8(); |
102 | 102 | ||
103 | //TODO figure out if we already have created a revision for the message? | ||
104 | const qint64 newRevision = storage().maxRevision() + 1; | 103 | const qint64 newRevision = storage().maxRevision() + 1; |
105 | 104 | ||
106 | { | 105 | { |