commit | 5be6b37c5d4b85e6a7e41bdaa13d755e6531c192 | [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 | 3cf2a8e0ee7dbf504763cc446d5cf1ee451158fc [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,