Merge "Adf: Remove unused variable"

This commit is contained in:
Andreas Gampe 2015-07-28 15:08:21 +00:00 committed by Gerrit Code Review
commit a5b6715c82

View file

@ -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;