mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +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.
|
* PURPOSE: Device Object Management, including Notifications and Queues.
|
||||||
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
|
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
|
||||||
* Filip Navara (navaraf@reactos.org)
|
* Filip Navara (navaraf@reactos.org)
|
||||||
* Hervé Poussineau (hpoussin@reactos.org)
|
* Hervé Poussineau (hpoussin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* INCLUDES *******************************************************************/
|
/* INCLUDES *******************************************************************/
|
||||||
|
@ -1349,7 +1349,6 @@ IoGetRelatedDeviceObject(IN PFILE_OBJECT FileObject)
|
||||||
if (FileObject->FileObjectExtension)
|
if (FileObject->FileObjectExtension)
|
||||||
{
|
{
|
||||||
PFILE_OBJECT_EXTENSION FileObjectExtension;
|
PFILE_OBJECT_EXTENSION FileObjectExtension;
|
||||||
ASSERT(FALSE);
|
|
||||||
|
|
||||||
/* Cast the buffer to something we understand */
|
/* Cast the buffer to something we understand */
|
||||||
FileObjectExtension = FileObject->FileObjectExtension;
|
FileObjectExtension = FileObject->FileObjectExtension;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue