diff options
author | tsepez <tsepez@chromium.org> | 2016-05-26 11:23:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-26 11:23:39 -0700 |
commit | 7091c5b674069884adb005eaa41cdfb836ef4cfa (patch) | |
tree | 414dffb8143a254c1c8e18eb25cc989e2dbfe7e8 /xfa | |
parent | 12a6b0c1bb3ab86a03a84464bed168995ae0d82a (diff) | |
download | pdfium-7091c5b674069884adb005eaa41cdfb836ef4cfa.tar.xz |
Remove unused FWL_Error::OutOfMemory
Interestingly, callers don't take different action based on
the specific code, but that's a matter for another day.
Review-Url: https://codereview.chromium.org/2010973003
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fwl/core/fwl_error.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xfa/fwl/core/fwl_error.h b/xfa/fwl/core/fwl_error.h index e29f89e012..1332fbbb31 100644 --- a/xfa/fwl/core/fwl_error.h +++ b/xfa/fwl/core/fwl_error.h @@ -13,8 +13,7 @@ enum class FWL_Error { ParameterInvalid, PropertyInvalid, IntermediateValueInvalid, - MethodNotSupported, - OutOfMemory + MethodNotSupported }; #endif // XFA_FWL_CORE_FWL_ERROR_H_ |