summaryrefslogtreecommitdiff
path: root/Parcel.cpp
diff options
context:
space:
mode:
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(...)