summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-05-26 11:23:39 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-26 11:23:39 -0700
commit7091c5b674069884adb005eaa41cdfb836ef4cfa (patch)
tree414dffb8143a254c1c8e18eb25cc989e2dbfe7e8
parent12a6b0c1bb3ab86a03a84464bed168995ae0d82a (diff)
downloadpdfium-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
-rw-r--r--xfa/fwl/core/fwl_error.h3
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_