Index: xfa/fxbarcode/oned/BC_OneDimReader.cpp |
diff --git a/xfa/fxbarcode/oned/BC_OneDimReader.cpp b/xfa/fxbarcode/oned/BC_OneDimReader.cpp |
index 5187c34af94ae57b471246b15bda550e7c1e7b69..a1cfc9b492fabb1f776c5a6dfc20f53960dce481 100644 |
--- a/xfa/fxbarcode/oned/BC_OneDimReader.cpp |
+++ b/xfa/fxbarcode/oned/BC_OneDimReader.cpp |
@@ -211,9 +211,7 @@ int32_t CBC_OneDimReader::DecodeDigit(CBC_CommonBitArray* row, |
} |
if (bestMatch >= 0) { |
return bestMatch; |
- } else { |
- e = BCExceptionNotFound; |
- return 0; |
} |
+ e = BCExceptionNotFound; |
return 0; |
} |