| Index: xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp
 | 
| diff --git a/xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp b/xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp
 | 
| index 3cbad1eade2c9eb8ae167d9fa49e83be5a61cb25..5d2d447efc17537d85034992a817278ab45c6e07 100644
 | 
| --- a/xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp
 | 
| +++ b/xfa/src/fxbarcode/oned/BC_OnedCodaBarReader.cpp
 | 
| @@ -38,7 +38,6 @@ const int32_t CBC_OnedCodaBarReader::CHARACTER_ENCODINGS[22] = {
 | 
|      0x003, 0x006, 0x009, 0x060, 0x012, 0x042, 0x021, 0x024,
 | 
|      0x030, 0x048, 0x00c, 0x018, 0x045, 0x051, 0x054, 0x015,
 | 
|      0x01A, 0x029, 0x00B, 0x00E, 0x01A, 0x029};
 | 
| -const int32_t CBC_OnedCodaBarReader::minCharacterLength = 3;
 | 
|  const FX_CHAR CBC_OnedCodaBarReader::STARTEND_ENCODING[8] = {
 | 
|      'E', '*', 'A', 'B', 'C', 'D', 'T', 'N'};
 | 
|  
 | 
| 
 |