winrt: Removed unused member variable from socket engine

Change-Id: I3255c1fb10e053f9a9a1753ad0a0b6969d8a8cfe
Reviewed-by: David Faure <david.faure@kdab.com>
This commit is contained in:
Oliver Wolff 2016-11-01 14:53:29 +01:00
parent 67c6d0f54e
commit 181bb447f5

View File

@ -229,8 +229,6 @@ private:
// As pendingReadOps is changed inside handleReadyRead(native callback) it has to be protected
QMutex readOperationsMutex;
bool emitOnNewDatagram;
// Protected by readMutex. Written in handleReadyRead (native callback)
QAtomicInteger<int> bytesAvailable;