diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-11-03 19:01:30 -0800 |
---|---|---|
committer | Jun Fang <jun_fang@foxitsoftware.com> | 2015-11-03 19:01:30 -0800 |
commit | 4a8eeb74d38a1589c21ec06b68262d7795dd8f71 (patch) | |
tree | 9a78f3fb9223adf2a3d26eb972da4461c3d22b5f /xfa/src/fxbarcode/pdf417/BC_PDF417.cpp | |
parent | 844ccfeab312ed294059de94118a40336df875d7 (diff) | |
download | pdfium-4a8eeb74d38a1589c21ec06b68262d7795dd8f71.tar.xz |
Remove unused variables
BUG=pdfium:261
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1413343003 .
Diffstat (limited to 'xfa/src/fxbarcode/pdf417/BC_PDF417.cpp')
-rw-r--r-- | xfa/src/fxbarcode/pdf417/BC_PDF417.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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;
|