summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qpromise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qpromise.h')
-rw-r--r--src/corelib/thread/qpromise.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/thread/qpromise.h b/src/corelib/thread/qpromise.h
index 939f2cd478..3dcb13f99a 100644
--- a/src/corelib/thread/qpromise.h
+++ b/src/corelib/thread/qpromise.h
@@ -76,7 +76,6 @@ public:
if (d.d && !(d.loadState() & QFutureInterfaceBase::State::Finished)) {
d.cancel();
finish(); // required to finalize the state
- d.cleanContinuation();
}
}