mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:49:27 +02:00
Remove unused variable
This commit is contained in:
parent
ab810f4505
commit
861d1e26a9
1 changed files with 0 additions and 2 deletions
|
@ -390,8 +390,6 @@ void Socket::processPendingDatagrams(int) {
|
||||||
int datagramSize = datagram._datagramLength;
|
int datagramSize = datagram._datagramLength;
|
||||||
auto receiveTime = datagram._receiveTime;
|
auto receiveTime = datagram._receiveTime;
|
||||||
|
|
||||||
auto it = _unfilteredHandlers.find(senderSockAddr);
|
|
||||||
|
|
||||||
// we're reading a packet so re-start the readyRead backup timer
|
// we're reading a packet so re-start the readyRead backup timer
|
||||||
_readyReadBackupTimer->start();
|
_readyReadBackupTimer->start();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue