https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a59d4674dec116a951392b...
commit a59d4674dec116a951392bb6d136bd11f0e143f2 Author: Samuel Serapion samcharly@hotmail.com AuthorDate: Wed Dec 20 12:27:59 2017 -0500
[NTOS] Remove forgotten assert, see CORE-14128. --- ntoskrnl/io/iomgr/device.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ntoskrnl/io/iomgr/device.c b/ntoskrnl/io/iomgr/device.c index 9342d5a22d..04f7d5d2db 100644 --- a/ntoskrnl/io/iomgr/device.c +++ b/ntoskrnl/io/iomgr/device.c @@ -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;