mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[NTOS] Remove forgotten assert, see CORE-14128.
This commit is contained in:
committed by
Hermès BÉLUSCA - MAÏTO
parent
a89c979fe0
commit
a59d4674de
@@ -5,7 +5,7 @@
|
||||
* PURPOSE: Device Object Management, including Notifications and Queues.
|
||||
* PROGRAMMERS: Alex Ionescu ([email protected])
|
||||
* Filip Navara ([email protected])
|
||||
* Hervé Poussineau ([email protected])
|
||||
* Hervé Poussineau ([email protected])
|
||||
*/
|
||||
|
||||
/* INCLUDES *******************************************************************/
|
||||
@@ -1349,7 +1349,6 @@ IoGetRelatedDeviceObject(IN PFILE_OBJECT FileObject)
|
||||
if (FileObject->FileObjectExtension)
|
||||
{
|
||||
PFILE_OBJECT_EXTENSION FileObjectExtension;
|
||||
ASSERT(FALSE);
|
||||
|
||||
/* Cast the buffer to something we understand */
|
||||
FileObjectExtension = FileObject->FileObjectExtension;
|
||||
|
||||
Reference in New Issue
Block a user