mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:22:58 +00:00
[SYSDM] Remove unused variables
Thanks a lot Katayama Hirofumi for the hint!
This commit is contained in:
parent
48c01c8717
commit
cd2d97873e
1 changed files with 0 additions and 3 deletions
|
@ -372,7 +372,6 @@ GetProfileName(
|
||||||
static VOID
|
static VOID
|
||||||
AddUserProfile(
|
AddUserProfile(
|
||||||
_In_ HWND hwndListView,
|
_In_ HWND hwndListView,
|
||||||
_In_ PWSTR pszProfileSid,
|
|
||||||
_In_ PSID pProfileSid,
|
_In_ PSID pProfileSid,
|
||||||
_In_ BOOL bMyProfile,
|
_In_ BOOL bMyProfile,
|
||||||
_In_ HKEY hProfileKey)
|
_In_ HKEY hProfileKey)
|
||||||
|
@ -598,7 +597,6 @@ AddUserProfiles(
|
||||||
if (ConvertStringSidToSid(szProfileSid, &pProfileSid))
|
if (ConvertStringSidToSid(szProfileSid, &pProfileSid))
|
||||||
{
|
{
|
||||||
AddUserProfile(hwndListView,
|
AddUserProfile(hwndListView,
|
||||||
pszProfileSid,
|
|
||||||
pProfileSid,
|
pProfileSid,
|
||||||
EqualSid(pProfileSid, pTokenUser->User.Sid),
|
EqualSid(pProfileSid, pTokenUser->User.Sid),
|
||||||
hProfileKey);
|
hProfileKey);
|
||||||
|
@ -620,7 +618,6 @@ AddUserProfiles(
|
||||||
&hProfileKey) == ERROR_SUCCESS)
|
&hProfileKey) == ERROR_SUCCESS)
|
||||||
{
|
{
|
||||||
AddUserProfile(hwndListView,
|
AddUserProfile(hwndListView,
|
||||||
pszProfileSid,
|
|
||||||
pTokenUser->User.Sid,
|
pTokenUser->User.Sid,
|
||||||
TRUE,
|
TRUE,
|
||||||
hProfileKey);
|
hProfileKey);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue