diff options
| author | 2019-04-02 13:17:42 -0700 | |
|---|---|---|
| committer | 2019-04-02 13:17:42 -0700 | |
| commit | bc28462b5afeff9bc312b18a9b83e39c20b6d243 (patch) | |
| tree | aa8c51ace29282022bdbf14b9473a6fe01f16429 /libs/binder/Parcel.cpp | |
| parent | edcecd9ed9087e0c1afb3c0a1fbfda04a0e0a57d (diff) | |
| parent | a9ed1a6486545ffc5bffca561d6f8991e7d5a578 (diff) | |
Merge "libbinder: Remove unused type: small_flat_data"
am: a9ed1a6486
Change-Id: I4053c9edf7c920de1d34b3b5806cfd27ce816577
Diffstat (limited to 'libs/binder/Parcel.cpp')
| -rw-r--r-- | libs/binder/Parcel.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
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; |