From de71d516e8a70cc57f14d9003e88dad64e9d3860 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sat, 28 May 2005 23:26:37 +0000 Subject: [PATCH] disable assert until someone fixes this svn path=/trunk/; revision=15645 --- reactos/w32api/include/ddk/winddk.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/w32api/include/ddk/winddk.h b/reactos/w32api/include/ddk/winddk.h index 09bbba0392e..f8b8aac5a6b 100644 --- a/reactos/w32api/include/ddk/winddk.h +++ b/reactos/w32api/include/ddk/winddk.h @@ -7111,8 +7111,6 @@ IoReuseIrp( _InvokeOnCancel) \ { \ PIO_STACK_LOCATION _IrpSp; \ - ASSERT(_InvokeOnSuccess || _InvokeOnError || _InvokeOnCancel ? \ - _CompletionRoutine != NULL : TRUE); \ _IrpSp = IoGetNextIrpStackLocation(_Irp); \ _IrpSp->CompletionRoutine = (PIO_COMPLETION_ROUTINE)(_CompletionRoutine); \ _IrpSp->Context = (_Context); \