commit | 9e5919f2884f6374506b6224efb2e5228caa7e0b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 06 17:21:35 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 06 17:21:35 2015 +0000 |
tree | c796c4542f3292bee92426790940f8e3430a9607 | |
parent | de4e410cf282c45d2f0e194b9639acc2b3decc83 [diff] | |
parent | cac7f9822e4e8f2cd61ff78b8bafc2d7f840f3ce [diff] |
Merge "Stop being silly."
diff --git a/include/utils/Errors.h b/include/utils/Errors.h index 46173db..9402614 100644 --- a/include/utils/Errors.h +++ b/include/utils/Errors.h
@@ -58,7 +58,6 @@ 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,