mirror of
https://github.com/reactos/reactos.git
synced 2024-12-19 00:53:33 +08:00
- Remove a leftover debug print
svn path=/trunk/; revision=46709
This commit is contained in:
parent
e90ce939a6
commit
e0b95b05b0
@ -1574,7 +1574,6 @@ IopCreateResourceListFromRequirements(
|
||||
+ ResList->Count * sizeof(CM_PARTIAL_RESOURCE_DESCRIPTOR);
|
||||
}
|
||||
|
||||
DPRINT1("Allocating resource list: %d\n", Size);
|
||||
*ResourceList = ExAllocatePool(PagedPool, Size);
|
||||
if (!*ResourceList)
|
||||
return STATUS_INSUFFICIENT_RESOURCES;
|
||||
|
Loading…
Reference in New Issue
Block a user