Skip to content

Commit 77187ef

Browse files
committed
Remove unused local
1 parent e278572 commit 77187ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NetMQ/NetMQCertificate.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ private string Z85Encode(byte[] data)
6363
/// <exception cref="ArgumentException">If key in invalid</exception>
6464
byte[] Z85Decode(string key)
6565
{
66-
UInt32 byte_nbr = 0;
6766
UInt32 char_nbr = 0;
6867
UInt32 value = 0;
6968
var dest_ = new List<byte>();

0 commit comments

Comments
 (0)