[SERVICES]

* Remove logically dead code. CID 513302.

svn path=/trunk/; revision=56695
This commit is contained in:
Amine Khaldi 2012-06-04 15:28:48 +00:00
parent fb45b7fcb5
commit 4d7e7f2be8

View file

@ -1237,9 +1237,6 @@ DWORD RControlService(
sizeof(SERVICE_STATUS));
}
if ((dwError == ERROR_SUCCESS) && (pcbBytesNeeded))
dwError = ERROR_DEPENDENT_SERVICES_RUNNING;
return dwError;
}