summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfutureinterface.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2012-11-08 16:11:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-08 22:47:42 +0100
commit5f915d0b91bbc3d8c8c31e99f4f6b9e7b341cd90 (patch)
tree377ae60ccf23793c8e8877c1f316d83dd1c80ef5 /src/corelib/thread/qfutureinterface.h
parent18553bc50de0bd3b34c4903ca21d108d22169936 (diff)
QFutureInterface: Remove unused function
Following 731ba8ed08f80644b403556638c7f6229e678ebe this function is not used anymore Change-Id: Id908931b4b21c825bd80a4f03790630818c73c07 Reviewed-by: Christian Stromme <christian.stromme@digia.com>
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: