From 37456354d4c2008491b1672b14333c2b9a4e6810 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 1 Apr 2019 18:00:53 -0700 Subject: libbinder: Remove unused type: small_flat_data Bug: N/A Test: N/A Change-Id: I59a9933eb7317427cf81553a32179c3b6ce24653 --- libs/binder/Parcel.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libs/binder/Parcel.cpp') diff --git a/libs/binder/Parcel.cpp b/libs/binder/Parcel.cpp index 0423264135..ca6a97debb 100644 --- a/libs/binder/Parcel.cpp +++ b/libs/binder/Parcel.cpp @@ -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; -- cgit v1.2.3-59-g8ed1b