mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
remove a bugcheck that was only used for debug purpose
svn path=/trunk/; revision=17207
This commit is contained in:
parent
079265d1a7
commit
e779b15f24
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ ObpCaptureObjectAttributes(IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL,
|
||||||
if(!NT_SUCCESS(Status))
|
if(!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
DPRINT1("ObpCaptureObjectAttributes failed to probe object attributes 0x%p\n", ObjectAttributes);
|
DPRINT1("ObpCaptureObjectAttributes failed to probe object attributes 0x%p\n", ObjectAttributes);
|
||||||
KEBUGCHECK(0);
|
|
||||||
goto failbasiccleanup;
|
goto failbasiccleanup;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue