1
0
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:
Uwe L. Korn 2014-05-28 17:35:13 +01:00
parent e1c850000a
commit 299c358a87

View File

@ -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();
}