1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Remove some unused variables.

Thanks to @ch3root again for this patch.

(cherry picked from commit 70f641f845)
This commit is contained in:
Simon Tatham
2016-01-26 18:36:26 +00:00
parent 9af11a601a
commit ab147df175
4 changed files with 1 additions and 8 deletions

View File

@ -140,8 +140,6 @@ int make_private_security_descriptor(DWORD permissions,
PACL *acl,
char **error)
{
SID_IDENTIFIER_AUTHORITY world_auth = SECURITY_WORLD_SID_AUTHORITY;
SID_IDENTIFIER_AUTHORITY nt_auth = SECURITY_NT_AUTHORITY;
EXPLICIT_ACCESS ea[3];
int acl_err;
int ret = FALSE;
@ -225,8 +223,6 @@ int make_private_security_descriptor(DWORD permissions,
int setprocessacl(char *error)
{
SID_IDENTIFIER_AUTHORITY world_auth = SECURITY_WORLD_SID_AUTHORITY;
SID_IDENTIFIER_AUTHORITY nt_auth = SECURITY_NT_AUTHORITY;
EXPLICIT_ACCESS ea[2];
int acl_err;
int ret=FALSE;