summaryrefslogtreecommitdiff
path: root/Parcel.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-10-14 14:44:36 -0700
committerSteven Moreland <smoreland@google.com>2019-10-14 14:44:36 -0700
commit062914cc8bf95c691d2fec0adf76bb00ae762219 (patch)
tree750b7e1ff084089342a14d21b3f42c4e67887937 /Parcel.cpp
parent931ba168d6e48bd4ce7e21c386ebc5d36dced123 (diff)
downloadlibhwbinder-062914cc8bf95c691d2fec0adf76bb00ae762219.tar.gz
remove INT32_MAX definition
unneeded Bug: N/A Test: N/A Change-Id: I4b73bf5f0af3bb30baba2968fb53b9764811efaf
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(...)