summaryrefslogtreecommitdiffstats
path: root/adf
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-07-27 22:08:16 -0700
committerAndreas Gampe <agampe@google.com>2015-07-27 22:08:16 -0700
commita9f0a80c525f810b3649b2444ca13a9bf14c0048 (patch)
tree005b5a739cc9b8fd4aa7937ae436a3524ff9edfe /adf
parent5f3b05ad14db2a4ebc9eb25567bc951d465b3151 (diff)
downloadcore-a9f0a80c525f810b3649b2444ca13a9bf14c0048.tar.gz
core-a9f0a80c525f810b3649b2444ca13a9bf14c0048.tar.bz2
core-a9f0a80c525f810b3649b2444ca13a9bf14c0048.zip
Adf: Remove unused variable
For build-system CFLAGS clean-up. Bug: 18632512 Change-Id: Iaacfc08aeaf1a3f27771a136f2c977e54971257b
Diffstat (limited to 'adf')
-rw-r--r--adf/libadf/adf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/adf/libadf/adf.c b/adf/libadf/adf.c
index 66c329c8e..c4d66814d 100644
--- a/adf/libadf/adf.c
+++ b/adf/libadf/adf.c
@@ -87,7 +87,6 @@ ssize_t adf_devices(adf_id_t **ids)
int adf_device_open(adf_id_t id, int flags, struct adf_device *dev)
{
char filename[64];
- int err;
dev->id = id;