mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Removed uninitialized uSec and its use.
svn path=/trunk/; revision=13204
This commit is contained in:
parent
e6c8a783fb
commit
7d3a25e1cc
1 changed files with 0 additions and 2 deletions
|
@ -566,7 +566,6 @@ WSPSelect(
|
|||
NTSTATUS Status;
|
||||
ULONG HandleCount, OutCount = 0;
|
||||
ULONG PollBufferSize;
|
||||
LARGE_INTEGER uSec;
|
||||
PVOID PollBuffer;
|
||||
ULONG i, j = 0, x;
|
||||
HANDLE SockEvent;
|
||||
|
@ -599,7 +598,6 @@ WSPSelect(
|
|||
} else {
|
||||
PollInfo->Timeout = RtlEnlargedIntegerMultiply
|
||||
((timeout->tv_sec * 1000) + timeout->tv_usec, -10000);
|
||||
PollInfo->Timeout.QuadPart += uSec.QuadPart;
|
||||
}
|
||||
|
||||
/* Number of handles for AFD to Check */
|
||||
|
|
Loading…
Reference in a new issue