Merge "libbinder: remove INT32_MAX definition" am: 1ed80f45a6 am: 0d9cdd28f8
am: e8607e2b92

Change-Id: I8a956a11f450ad162e218d2ef2e59416f5a60413
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(...)