diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-22 10:26:30 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-22 10:26:30 +0100 |
commit | c6af4d6ed59235d8fec52aeddfcd9a65607139ff (patch) | |
tree | c32dc712818a9064b03ff4020d369094a24a2e71 /common/pipeline.cpp | |
parent | b6981d94fb5fb12024738b639f9e389dd04578da (diff) | |
download | sink-c6af4d6ed59235d8fec52aeddfcd9a65607139ff.tar.gz sink-c6af4d6ed59235d8fec52aeddfcd9a65607139ff.zip |
Avoid unnecessary transactions.
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 9a4f431..d3668bc 100644 --- a/common/pipeline.cpp +++ b/common/pipeline.cpp | |||
@@ -288,7 +288,6 @@ KAsync::Job<qint64> Pipeline::deletedEntity(void const *command, size_t size) | |||
288 | void Pipeline::cleanupRevisions(qint64 revision) | 288 | void Pipeline::cleanupRevisions(qint64 revision) |
289 | { | 289 | { |
290 | d->entityStore.cleanupRevisions(revision); | 290 | d->entityStore.cleanupRevisions(revision); |
291 | d->revisionChanged = true; | ||
292 | } | 291 | } |
293 | 292 | ||
294 | 293 | ||