mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08: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 (alex.ionescu@reactos.org)
|
||||
* Filip Navara (navaraf@reactos.org)
|
||||
* Hervé Poussineau (hpoussin@reactos.org)
|
||||
* Hervé Poussineau (hpoussin@reactos.org)
|
||||
*/
|
||||
|
||||
/* 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