mirror of
https://git.proxmox.com/git/fwupd
synced 2026-03-29 06:29:31 +00:00
trivial: Remove the now-unused FWUPD_WAC_EMULATE check
This commit is contained in:
parent
63a2bd859f
commit
7a2207fb28
@ -174,9 +174,6 @@ fu_wac_device_set_feature_report(FuWacDevice *self,
|
||||
FuHidDeviceFlags flags,
|
||||
GError **error)
|
||||
{
|
||||
/* hit hardware */
|
||||
if (g_getenv("FWUPD_WAC_EMULATE") != NULL)
|
||||
return TRUE;
|
||||
return fu_hid_device_set_report(FU_HID_DEVICE(self),
|
||||
buf[0],
|
||||
buf,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user