Revert adding dispatchLocker to QDBusConnection::connect

This reverts 268cc1dc99

On further examination it has shown that even if it fixes one deadlock
it is either creating some others or making existing ones happen more often

Change-Id: I70068cf0b0435a5dc06d4ac77ea50d3ba2361d01
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Albert Astals Cid 2015-03-12 16:25:56 +01:00
parent 3f8e3373e1
commit baa3a71e32
1 changed files with 0 additions and 1 deletions

View File

@ -700,7 +700,6 @@ bool QDBusConnection::connect(const QString &service, const QString &path, const
return false;
}
QDBusDispatchLocker dispatchLocker(ConnectAction, d);
QDBusWriteLocker locker(ConnectAction, d);
return d->connectSignal(service, path, interface, name, argumentMatch, signature, receiver, slot);
}