summary refs log tree commit diff
path: root/crypto/src/bzip2
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@gmail.com>2022-06-22 23:29:08 +0700
committerPeter Dettman <peter.dettman@gmail.com>2022-06-22 23:29:08 +0700
commit9a6df113d3192c4246832388299a4b45b3668d6c (patch)
treeb2513fd29bb03935220761e1608f3aeb238b81f2 /crypto/src/bzip2
parentCode cleanup (diff)
downloadBouncyCastle.NET-ed25519-9a6df113d3192c4246832388299a4b45b3668d6c.tar.xz
Warnings cleanup
Diffstat (limited to 'crypto/src/bzip2')
-rw-r--r--crypto/src/bzip2/CBZip2OutputStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/bzip2/CBZip2OutputStream.cs b/crypto/src/bzip2/CBZip2OutputStream.cs
index 33013b0d9..045506931 100644
--- a/crypto/src/bzip2/CBZip2OutputStream.cs
+++ b/crypto/src/bzip2/CBZip2OutputStream.cs
@@ -1545,7 +1545,7 @@ namespace Org.BouncyCastle.Bzip2
                 mtfFreq[i] = 0;
             }
 
-            int j, wr = 0, zPend = 0;
+            int wr = 0, zPend = 0;
             for (i = 0; i < count; i++)
             {
                 byte blockByte = blockBytes[zptr[i]];