mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Remove unneeded else-branch, spotted by Dmitry Philippov.
svn path=/trunk/; revision=31361
This commit is contained in:
parent
a9853e5a80
commit
c0c897289a
1 changed files with 0 additions and 5 deletions
|
@ -203,11 +203,6 @@ LpcRequestWaitReplyPort(IN PVOID PortObject,
|
|||
/* Then it's a callback */
|
||||
Callback = TRUE;
|
||||
}
|
||||
else if (LpcpGetMessageType(LpcRequest))
|
||||
{
|
||||
/* This is a not kernel-mode message */
|
||||
return STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
else
|
||||
{
|
||||
/* This is a kernel-mode message without a callback */
|
||||
|
|
Loading…
Reference in a new issue