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:
parent
18553bc50d
commit
5f915d0b91
@ -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();
|
||||
|
@ -129,7 +129,6 @@ public:
|
||||
QFutureInterfaceBase &operator=(const QFutureInterfaceBase &other);
|
||||
|
||||
protected:
|
||||
bool referenceCountIsOne() const;
|
||||
bool refT() const;
|
||||
bool derefT() const;
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user