trivial: Remove unused function in the dell plugin

Fixes: https://github.com/hughsie/fwupd/issues/209
This commit is contained in:
Richard Hughes 2017-08-30 10:54:29 +01:00
parent 1f92addd10
commit b95b75a211

View File

@ -65,15 +65,6 @@ typedef struct _DOCK_DESCRIPTION
const gchar * desc;
} 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 */
#define WD15_EC_STR "2 0 2 2 0"
#define TB16_EC_STR "2 0 2 1 0"