mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
Remove redudant operations
This commit is contained in:
@@ -115,12 +115,6 @@ Query::Query( const QString& query, const QID& qid )
|
|||||||
|
|
||||||
Query::~Query()
|
Query::~Query()
|
||||||
{
|
{
|
||||||
Q_D( Query );
|
|
||||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << toString();
|
|
||||||
|
|
||||||
QMutexLocker lock( &d->mutex );
|
|
||||||
d->ownRef.clear();
|
|
||||||
d->results.clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user