mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[IP]
- Remove an obsolete comment svn path=/trunk/; revision=53126
This commit is contained in:
parent
0a3dc4735f
commit
ff34052697
1 changed files with 0 additions and 2 deletions
|
@ -485,8 +485,6 @@ NTSTATUS TCPReceiveData
|
|||
|
||||
if (Status == STATUS_PENDING)
|
||||
{
|
||||
|
||||
/* Freed in TCPSocketState */
|
||||
Bucket = ExAllocatePoolWithTag(NonPagedPool, sizeof(*Bucket), TDI_BUCKET_TAG);
|
||||
if (!Bucket)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue