commit | cac7f9822e4e8f2cd61ff78b8bafc2d7f840f3ce | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Aug 06 08:46:32 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Aug 06 08:46:32 2015 -0700 |
tree | 302812ec58e998c2787785ed938691edae414dbf | |
parent | 45e5e4778b8508c54525705727974c8cc2de682a [diff] |
Stop being silly. Change-Id: I9c18205457396d625502a83e374c1207a3d90b0b
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,