mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 01:41:56 +00:00
trivial: Fix some dead code as-seen by Coverity
This commit is contained in:
parent
ec2fbb054c
commit
241bdbb0f5
@ -1145,13 +1145,13 @@ fu_udev_device_get_sysfs_attr (FuUdevDevice *self, const gchar *attr,
|
||||
}
|
||||
|
||||
return result;
|
||||
#endif
|
||||
#else
|
||||
g_set_error_literal (error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_FAILED,
|
||||
"not supported");
|
||||
return NULL;
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user