summaryrefslogtreecommitdiff
path: root/perfprofd/binder_interface/perfprofd_binder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'perfprofd/binder_interface/perfprofd_binder.cc')
-rw-r--r--perfprofd/binder_interface/perfprofd_binder.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/perfprofd/binder_interface/perfprofd_binder.cc b/perfprofd/binder_interface/perfprofd_binder.cc
index 30476208..87e0c5f6 100644
--- a/perfprofd/binder_interface/perfprofd_binder.cc
+++ b/perfprofd/binder_interface/perfprofd_binder.cc
@@ -60,8 +60,6 @@ using Status = ::android::binder::Status;
class BinderConfig : public Config {
public:
- bool send_to_dropbox = false;
-
bool is_profiling = false;
void Sleep(size_t seconds) override {
@@ -97,8 +95,6 @@ class BinderConfig : public Config {
// Copy base fields.
*static_cast<Config*>(this) = static_cast<const Config&>(rhs);
- send_to_dropbox = rhs.send_to_dropbox;
-
return *this;
}