diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-30 12:00:36 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-01-30 12:00:36 +0100 |
commit | aa449c82dc3a5505b8a63843b83aed0f5dab8ed1 (patch) | |
tree | c600c94e2ac72769710b10cd3ed663120d06076d /common/pipeline.cpp | |
parent | bf00b2c3a0fbfbdcbd7c5f4ab519049dc02c1263 (diff) | |
download | sink-aa449c82dc3a5505b8a63843b83aed0f5dab8ed1.tar.gz sink-aa449c82dc3a5505b8a63843b83aed0f5dab8ed1.zip |
clenup
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 | { |