mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-05 11:08:00 +02:00
linux: Remove unused variable
../src/linux/up-backend.c:158:19: warning: unused variable 'name' [-Wunused-variable]
g_autofree char *name = NULL;
^
This commit is contained in:
parent
99d2659efc
commit
ab116cda4a
1 changed files with 0 additions and 1 deletions
|
|
@ -155,7 +155,6 @@ update_added_duplicate_device (UpBackend *backend,
|
|||
g_autoptr(UpDevice) other_device = NULL;
|
||||
UpDevice *bluez_device = NULL;
|
||||
UpDevice *unreg_device = NULL;
|
||||
g_autofree char *name = NULL;
|
||||
g_autofree char *serial = NULL;
|
||||
|
||||
other_device = find_duplicate_device (backend, added_device);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue