mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
- Revert accidentally committed ASSERT by Magnus in revision 27342.
svn path=/trunk/; revision=27346
This commit is contained in:
parent
28244e5ffa
commit
1d25003483
|
@ -111,8 +111,6 @@ IntVideoPortDispatchOpen(
|
||||||
|
|
||||||
DPRINT("IntVideoPortDispatchOpen\n");
|
DPRINT("IntVideoPortDispatchOpen\n");
|
||||||
|
|
||||||
ASSERT(Irp != NULL);
|
|
||||||
|
|
||||||
if (CsrssInitialized == FALSE)
|
if (CsrssInitialized == FALSE)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue