summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfutureinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qfutureinterface.h')
-rw-r--r--src/corelib/thread/qfutureinterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/thread/qfutureinterface.h b/src/corelib/thread/qfutureinterface.h
index 3cbb9506ec..ea39c86f12 100644
--- a/src/corelib/thread/qfutureinterface.h
+++ b/src/corelib/thread/qfutureinterface.h
@@ -129,7 +129,6 @@ public:
QFutureInterfaceBase &operator=(const QFutureInterfaceBase &other);
protected:
- bool referenceCountIsOne() const;
bool refT() const;
bool derefT() const;
public: