summaryrefslogtreecommitdiff
path: root/xfa/fxbarcode/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxbarcode/utils.h')
-rw-r--r--xfa/fxbarcode/utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/xfa/fxbarcode/utils.h b/xfa/fxbarcode/utils.h
index cb6eed7fe1..e5f8e9f59f 100644
--- a/xfa/fxbarcode/utils.h
+++ b/xfa/fxbarcode/utils.h
@@ -169,11 +169,5 @@ enum BCFORMAT {
#define THREE_DIGIT_DATA_LENGTH_SIZE 23
#define THREE_DIGIT_PLUS_DIGIT_DATA_LENGTH_SIZE 57
#define FOUR_DIGIT_DATA_LENGTH_SIZE 17
-#define BC_EXCEPTION_CHECK_ReturnVoid(e) \
- if (e != BCExceptionNO) \
- return;
-#define BC_EXCEPTION_CHECK_ReturnValue(e, v) \
- if (e != BCExceptionNO) \
- return v;
#endif // XFA_FXBARCODE_UTILS_H_