mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
disable assert until someone fixes this
svn path=/trunk/; revision=15645
This commit is contained in:
parent
54805d4cf5
commit
de71d516e8
1 changed files with 0 additions and 2 deletions
|
@ -7111,8 +7111,6 @@ IoReuseIrp(
|
||||||
_InvokeOnCancel) \
|
_InvokeOnCancel) \
|
||||||
{ \
|
{ \
|
||||||
PIO_STACK_LOCATION _IrpSp; \
|
PIO_STACK_LOCATION _IrpSp; \
|
||||||
ASSERT(_InvokeOnSuccess || _InvokeOnError || _InvokeOnCancel ? \
|
|
||||||
_CompletionRoutine != NULL : TRUE); \
|
|
||||||
_IrpSp = IoGetNextIrpStackLocation(_Irp); \
|
_IrpSp = IoGetNextIrpStackLocation(_Irp); \
|
||||||
_IrpSp->CompletionRoutine = (PIO_COMPLETION_ROUTINE)(_CompletionRoutine); \
|
_IrpSp->CompletionRoutine = (PIO_COMPLETION_ROUTINE)(_CompletionRoutine); \
|
||||||
_IrpSp->Context = (_Context); \
|
_IrpSp->Context = (_Context); \
|
||||||
|
|
Loading…
Reference in a new issue