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 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 | ||