QFutureInterface: Remove unused function

Following 731ba8ed08 this function is
not used anymore

Change-Id: Id908931b4b21c825bd80a4f03790630818c73c07
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
Orgad Shaneh 2012-11-08 16:11:00 +02:00 committed by The Qt Project
parent 18553bc50d
commit 5f915d0b91
2 changed files with 0 additions and 6 deletions

View File

@ -414,11 +414,6 @@ QFutureInterfaceBase &QFutureInterfaceBase::operator=(const QFutureInterfaceBase
return *this;
}
bool QFutureInterfaceBase::referenceCountIsOne() const
{
return d->refCount.load() == 1;
}
bool QFutureInterfaceBase::refT() const
{
return d->refCount.refT();

View File

@ -129,7 +129,6 @@ public:
QFutureInterfaceBase &operator=(const QFutureInterfaceBase &other);
protected:
bool referenceCountIsOne() const;
bool refT() const;
bool derefT() const;
public: