summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2019-10-15 09:34:24 -0700
committer android-build-merger <android-build-merger@google.com> 2019-10-15 09:34:24 -0700
commit0d9cdd28f817def200ab627c6124b4c43ecbb3b1 (patch)
tree0e3e788f8dbdf54ab142e9b2f3e30c011e7d1290
parent294a32f47006f822fe08edd50c71eaf49a31e2de (diff)
parent1ed80f45a6622256906b29c8e0468d1ece527ee8 (diff)
Merge "libbinder: remove INT32_MAX definition"
am: 1ed80f45a6 Change-Id: Icd8fceab707e311f017506b18315253c53f6e881
-rw-r--r--libs/binder/Parcel.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp
index 7b5a03d6e6..9b47f80f1d 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(...)