Skip to content

Commit

Permalink
Removed unused variabile 'size'
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Musso committed Nov 8, 2017
1 parent 4f63770 commit 2108179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sm/osd/File.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ namespace sm{
if(GetSecurityDescriptorDacl(sd_ptr, &hasDacl, &dacl, &defaulted)){
if(hasDacl){
TRUSTEE_W trustee;
DWORD size = 0;
wchar_t username[] = L"CURRENT_USER";
BuildTrusteeWithNameW(&trustee, username);//&username[0]);

Expand Down

0 comments on commit 2108179

Please sign in to comment.