mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 12:25:55 +00:00
trivial: Remove unused function in the dell plugin
Fixes: https://github.com/hughsie/fwupd/issues/209
This commit is contained in:
parent
1f92addd10
commit
b95b75a211
@ -65,15 +65,6 @@ typedef struct _DOCK_DESCRIPTION
|
|||||||
const gchar * desc;
|
const gchar * desc;
|
||||||
} DOCK_DESCRIPTION;
|
} DOCK_DESCRIPTION;
|
||||||
|
|
||||||
static void
|
|
||||||
_dell_smi_obj_free (FuDellSmiObj *obj)
|
|
||||||
{
|
|
||||||
dell_smi_obj_free (obj->smi);
|
|
||||||
g_free (obj);
|
|
||||||
}
|
|
||||||
|
|
||||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC (FuDellSmiObj, _dell_smi_obj_free);
|
|
||||||
|
|
||||||
/* These are for matching the components */
|
/* These are for matching the components */
|
||||||
#define WD15_EC_STR "2 0 2 2 0"
|
#define WD15_EC_STR "2 0 2 2 0"
|
||||||
#define TB16_EC_STR "2 0 2 1 0"
|
#define TB16_EC_STR "2 0 2 1 0"
|
||||||
|
Loading…
Reference in New Issue
Block a user