mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:15:39 +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 */
|
/* Then it's a callback */
|
||||||
Callback = TRUE;
|
Callback = TRUE;
|
||||||
}
|
}
|
||||||
else if (LpcpGetMessageType(LpcRequest))
|
|
||||||
{
|
|
||||||
/* This is a not kernel-mode message */
|
|
||||||
return STATUS_INVALID_PARAMETER;
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* This is a kernel-mode message without a callback */
|
/* This is a kernel-mode message without a callback */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue