commit | 1ed80f45a6622256906b29c8e0468d1ece527ee8 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Oct 15 16:19:44 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 15 16:19:44 2019 +0000 |
tree | 49468f9208c482630f59838f2881cfe87997acef | |
parent | 126c6b7452d0780de9f53057924841ba0375a7bc [diff] | |
parent | 055bb47635217485373baf1811692dbc19d44380 [diff] |
Merge "libbinder: remove INT32_MAX definition"
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index 7b5a03d..9b47f80 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp
@@ -50,10 +50,6 @@ #include <private/binder/binder_module.h> #include "Static.h" -#ifndef INT32_MAX -#define INT32_MAX ((int32_t)(2147483647)) -#endif - #define LOG_REFS(...) //#define LOG_REFS(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__) #define LOG_ALLOC(...)