diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-02-06 09:34:23 -0800 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-02-06 17:56:54 +0000 |
commit | 3c056ae5599be463216fb1883c710157f019acc2 (patch) | |
tree | 69910ca9c32e06600adbe28bb0cdb0dc50245a64 /xfa/fxbarcode/utils.h | |
parent | e5f4f22e4c67f40123bca91c2213223cc5a12ebd (diff) | |
download | pdfium-3c056ae5599be463216fb1883c710157f019acc2.tar.xz |
Remove redundant tests exposed by inlining macros in fxbarcode
Remove some unused #defines as well.
Change-Id: Ie7dc1ae85100eae24f18a3ecd456e3c8d8043a43
Reviewed-on: https://pdfium-review.googlesource.com/2490
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxbarcode/utils.h')
-rw-r--r-- | xfa/fxbarcode/utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fxbarcode/utils.h b/xfa/fxbarcode/utils.h index e5f8e9f59f..1cb8d85013 100644 --- a/xfa/fxbarcode/utils.h +++ b/xfa/fxbarcode/utils.h @@ -165,9 +165,5 @@ enum BCFORMAT { #define BCExceptiontNotFoundInstance 104 #define BCExceptionNotFoundInstance 105 #define BCExceptionCannotMetadata 106 -#define TWO_DIGIT_DATA_LENGTH_SIZE 24 -#define THREE_DIGIT_DATA_LENGTH_SIZE 23 -#define THREE_DIGIT_PLUS_DIGIT_DATA_LENGTH_SIZE 57 -#define FOUR_DIGIT_DATA_LENGTH_SIZE 17 #endif // XFA_FXBARCODE_UTILS_H_ |