mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Remove redudant operations
This commit is contained in:
@@ -115,12 +115,6 @@ Query::Query( const QString& query, const QID& qid )
|
||||
|
||||
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