From 4a8eeb74d38a1589c21ec06b68262d7795dd8f71 Mon Sep 17 00:00:00 2001 From: Jun Fang Date: Tue, 3 Nov 2015 19:01:30 -0800 Subject: Remove unused variables BUG=pdfium:261 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1413343003 . --- xfa/src/fxbarcode/pdf417/BC_PDF417.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/src/fxbarcode/pdf417/BC_PDF417.cpp') diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417.cpp index f38758f4bc..a3db95ddf5 100644 --- a/xfa/src/fxbarcode/pdf417/BC_PDF417.cpp +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417.cpp @@ -506,7 +506,6 @@ void CBC_PDF417::encodeLowLevel(CFX_WideString fullCodewords, for (int32_t y = 0; y < r; y++) { int32_t cluster = y % 3; logic->startRow(); - int32_t a = START_PATTERN; encodeChar(START_PATTERN, 17, logic->getCurrentRow()); int32_t left; int32_t right; -- cgit v1.2.3