From 7091c5b674069884adb005eaa41cdfb836ef4cfa Mon Sep 17 00:00:00 2001 From: tsepez Date: Thu, 26 May 2016 11:23:39 -0700 Subject: 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 --- xfa/fwl/core/fwl_error.h | 3 +-- 1 file changed, 1 insertion(+), 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_ -- cgit v1.2.3