mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 05:50:19 +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;
|
||||
auto receiveTime = datagram._receiveTime;
|
||||
|
||||
auto it = _unfilteredHandlers.find(senderSockAddr);
|
||||
|
||||
// we're reading a packet so re-start the readyRead backup timer
|
||||
_readyReadBackupTimer->start();
|
||||
|
||||
|
|
Loading…
Reference in a new issue