summaryrefslogtreecommitdiff
path: root/Parcel.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-15 11:19:23 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-10-15 11:19:23 -0700
commitded905c822c23957fd6293d762ae11eb22805f72 (patch)
tree750b7e1ff084089342a14d21b3f42c4e67887937 /Parcel.cpp
parent5309071625e26a394ea8524c18bb6705659269a8 (diff)
parent55ea268f014a01d3a7d7690a2d75d1333279621b (diff)
downloadlibhwbinder-ded905c822c23957fd6293d762ae11eb22805f72.tar.gz
remove INT32_MAX definition am: 062914cc8b am: 3b17749b05
am: 55ea268f01 Change-Id: I43134400a8b687844c87a6601591e0aa9e7e19a9
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 415fbdf..076fa56 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(...)