mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
Remove redudant operations
This commit is contained in:
parent
e1c850000a
commit
299c358a87
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user