mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 23:22:48 +08:00
remove a bugcheck that was only used for debug purpose
svn path=/trunk/; revision=17207
This commit is contained in:
@@ -148,7 +148,6 @@ ObpCaptureObjectAttributes(IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL,
|
||||
if(!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("ObpCaptureObjectAttributes failed to probe object attributes 0x%p\n", ObjectAttributes);
|
||||
KEBUGCHECK(0);
|
||||
goto failbasiccleanup;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user