mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 08:20:27 +00:00
[KS] KsServiceBusEnumPnpRequest(): Remove a redundant ASSERT()
Addendum to c6b26fa
(r50531).
This commit is contained in:
parent
2538583dbe
commit
cba4fd57d0
1 changed files with 0 additions and 1 deletions
|
@ -2165,7 +2165,6 @@ KsServiceBusEnumPnpRequest(
|
|||
else if (IoStack->MinorFunction == IRP_MN_QUERY_DEVICE_RELATIONS && IoStack->Parameters.QueryDeviceRelations.Type == TargetDeviceRelation)
|
||||
{
|
||||
/* handle target device relations */
|
||||
ASSERT(IoStack->Parameters.QueryDeviceRelations.Type == TargetDeviceRelation);
|
||||
ASSERT(Irp->IoStatus.Information == 0);
|
||||
|
||||
/* allocate device relation */
|
||||
|
|
Loading…
Reference in a new issue