diff options
author | Elliott Hughes <enh@google.com> | 2015-08-06 17:36:12 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-08-06 17:36:12 +0000 |
commit | f87bc34412dc11ee59319cd5aba7b34d14f51b85 (patch) | |
tree | fc44971333e86aef75a7b70782fe0e4acd231d10 /include/utils | |
parent | a25e258d657e61f63ed1d278224f49ed244d59d2 (diff) | |
parent | 802c6fd0900863b576b9d2c1b0b482988f14dd33 (diff) |
am 802c6fd0: am ff52e23f: Merge "Stop being silly."
* commit '802c6fd0900863b576b9d2c1b0b482988f14dd33':
Stop being silly.
Diffstat (limited to 'include/utils')
-rw-r--r-- | include/utils/Errors.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/utils/Errors.h b/include/utils/Errors.h index 46173db4a..9402614f6 100644 --- a/include/utils/Errors.h +++ b/include/utils/Errors.h @@ -58,7 +58,6 @@ enum { ALREADY_EXISTS = -EEXIST, DEAD_OBJECT = -EPIPE, FAILED_TRANSACTION = (UNKNOWN_ERROR + 2), - JPARKS_BROKE_IT = -EPIPE, #if !defined(HAVE_MS_C_RUNTIME) BAD_INDEX = -EOVERFLOW, NOT_ENOUGH_DATA = -ENODATA, |