summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2020-03-05 15:53:57 -0800
committer Steven Moreland <smoreland@google.com> 2020-03-05 15:53:57 -0800
commit4fcd863b32e84365e69d65c38b4504aaadd8092f (patch)
tree5e93dbaba892d561e0ab00a189127a6fe1e1a48b
parentaa59a8b100c30c20e50a9cedd04d76b3610f0de3 (diff)
BpBinder: remove unused field
Bug: 148177595 Test: atest CompositionSamplingListenerTest (broken by other changes in previous CL that included this change with other changes, in b/150837217) Test: boot Change-Id: I11c9fb7031ae6f226ba279ade9d7ffef7eccb6aa
-rw-r--r--libs/binder/include/binder/BpBinder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/include/binder/BpBinder.h b/libs/binder/include/binder/BpBinder.h
index 7dca733b52..93545d71df 100644
--- a/libs/binder/include/binder/BpBinder.h
+++ b/libs/binder/include/binder/BpBinder.h
@@ -130,7 +130,6 @@ private:
volatile int32_t mObitsSent;
Vector<Obituary>* mObituaries;
ObjectManager mObjects;
- Parcel* mConstantData;
mutable String16 mDescriptorCache;
int32_t mTrackedUid;