mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[SERVICES]
* Remove logically dead code. CID 513302. svn path=/trunk/; revision=56695
This commit is contained in:
parent
fb45b7fcb5
commit
4d7e7f2be8
1 changed files with 0 additions and 3 deletions
|
@ -1237,9 +1237,6 @@ DWORD RControlService(
|
||||||
sizeof(SERVICE_STATUS));
|
sizeof(SERVICE_STATUS));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((dwError == ERROR_SUCCESS) && (pcbBytesNeeded))
|
|
||||||
dwError = ERROR_DEPENDENT_SERVICES_RUNNING;
|
|
||||||
|
|
||||||
return dwError;
|
return dwError;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue