From 055bb47635217485373baf1811692dbc19d44380 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 14 Oct 2019 14:44:07 -0700 Subject: libbinder: remove INT32_MAX definition unneeded Bug: N/A Test: N/A Change-Id: I8091994b6f8a6ce730815d573f78ba3b75e69bdc --- libs/binder/Parcel.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index e5c7d74e23..684f467f7c 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp @@ -50,10 +50,6 @@ #include #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(...) -- cgit v1.2.3-59-g8ed1b