aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2016-04-13 12:33:12 -0700
committerChristopher Wiley <wiley@google.com>2016-04-13 12:33:12 -0700
commitcfe5b5b80f40c61bc97e203a4e3e206837d59a5a (patch)
tree2eefb67f7e6a9bb9ed04a50a0c3806f90fc6eff0
parent87738fdcab54ab9a6a6525e7d5d9e3bf95ccb06e (diff)
downloadperipheralmanager-cfe5b5b80f40c61bc97e203a4e3e206837d59a5a.tar.gz
Remove unused fields
A recent update to libchrome reveals that we were previously suppressing warnings about unused private fields. Bug: 28117776 Change-Id: Ibcbfce0e5129cb55f3aff0127f79fc24e534241d Test: This now compiles.
-rw-r--r--daemon/gpio_driver_sysfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gpio_driver_sysfs.h b/daemon/gpio_driver_sysfs.h
index 5704df8..1fbe2d1 100644
--- a/daemon/gpio_driver_sysfs.h
+++ b/daemon/gpio_driver_sysfs.h
@@ -49,7 +49,6 @@ class GpioDriverSysfs : public GpioDriverInterface {
bool WriteToFile(const std::string& file, const std::string& value);
bool ReadFromFile(const std::string& file, std::string* value);
- uint32_t index_;
int fd_;
DISALLOW_COPY_AND_ASSIGN(GpioDriverSysfs);