Skip to content

Commit

Permalink
Remove unused local
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jan 28, 2022
1 parent e278572 commit 77187ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NetMQ/NetMQCertificate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private string Z85Encode(byte[] data)
/// <exception cref="ArgumentException">If key in invalid</exception>
byte[] Z85Decode(string key)
{
UInt32 byte_nbr = 0;
UInt32 char_nbr = 0;
UInt32 value = 0;
var dest_ = new List<byte>();
Expand Down

0 comments on commit 77187ef

Please sign in to comment.