Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc28462b authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder: Remove unused type: small_flat_data"

am: a9ed1a64

Change-Id: I4053c9edf7c920de1d34b3b5806cfd27ce816577
parents edcecd9e a9ed1a64
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -76,14 +76,6 @@ static size_t pad_size(size_t s) {
// Note: must be kept in sync with android/os/StrictMode.java's PENALTY_GATHER
#define STRICT_MODE_PENALTY_GATHER (0x40 << 16)

// XXX This can be made public if we want to provide
// support for typed data.
struct small_flat_data
{
    uint32_t type;
    uint32_t data;
};

namespace android {

static pthread_mutex_t gParcelGlobalAllocSizeLock = PTHREAD_MUTEX_INITIALIZER;