mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[NTOS] Remove forgotten assert, see CORE-14128.
This commit is contained in:
parent
a89c979fe0
commit
a59d4674de
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue