logger: Remove unused variable.

Silences gcc "unused variable ‘buf’" warning.

Trivial.
This commit is contained in:
José Fonseca
2014-01-20 13:58:11 +00:00
parent d43260b59e
commit f0c2662b12

View File

@@ -118,7 +118,6 @@ loader_get_pci_id_for_fd(int fd, int *vendor_id, int *chip_id)
{
struct udev *udev = NULL;
struct udev_device *device = NULL, *parent;
struct stat buf;
const char *pci_id;
*chip_id = -1;