Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Huylebroeck committed Aug 11, 2017
1 parent af4fe63 commit 98224e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ private static void randomizationAlgorithm255(byte[] data, int j) {
}

private static int X12Encodation(byte[] text, int textOffset, int textLength, byte[] data, int dataOffset, int dataLength, int symbolIndex, int prevEnc, int origDataOffset) {
int ptrIn, ptrOut, count, k, n, ci;
int ptrIn, ptrOut, count, k, n;
boolean latch = true;
byte c;
if (textLength == 0)
Expand Down

0 comments on commit 98224e5

Please # to comment.