summaryrefslogtreecommitdiff
path: root/Parcel.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-15 11:38:21 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-15 11:38:21 -0700
commitfae3bf5db552c09b56f79639b7f67a057b263037 (patch)
tree3ab0041b5e298c5c1223ff1e5820148b208f6319 /Parcel.cpp
parent82a138a5fcb1d01a8e96c42a41ea4355ce089c91 (diff)
parentded905c822c23957fd6293d762ae11eb22805f72 (diff)
downloadlibhwbinder-fae3bf5db552c09b56f79639b7f67a057b263037.tar.gz
remove INT32_MAX definition am: 062914cc8b am: 3b17749b05 am: 55ea268f01
am: ded905c822 Change-Id: Ia03016c48607f983b29c20027e0bdf4f7e794e99
Diffstat (limited to 'Parcel.cpp')
-rw-r--r--Parcel.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Parcel.cpp b/Parcel.cpp
index 083960f..2efb00f 100644
--- a/Parcel.cpp
+++ b/Parcel.cpp
@@ -47,10 +47,6 @@
#include "binder_kernel.h"
#include <hwbinder/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(...)