Skip to content

Commit

Permalink
Remove the unused local variable 'length' (#40693)
Browse files Browse the repository at this point in the history
#30457 
In line 292, remove the unused variable 'length'.

Thanks.
  • Loading branch information
hiMinju authored Aug 12, 2020
1 parent 96d34c2 commit c5b4474
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ public void GetBinaryForm(byte[] binaryForm, int offset)
// Populate the header
//

int length = BinaryLength;

byte rmControl =
((this is RawSecurityDescriptor rsd) &&
((ControlFlags & ControlFlags.RMControlValid) != 0)) ? (rsd.ResourceManagerControl) : (byte)0;
Expand Down

0 comments on commit c5b4474

Please sign in to comment.