mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 00:00:12 +01:00
logger: Remove unused variable.
Silences gcc "unused variable ‘buf’" warning. Trivial.
This commit is contained in:
parent
d43260b59e
commit
f0c2662b12
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue