manager: Remove unused path variable

This commit is contained in:
Marco Trevisan (Treviño)
2020-02-03 20:35:27 +01:00
parent ee8589ec9d
commit e25544a8f0

View File

@ -127,7 +127,6 @@ device_removed_cb (FprintManager *manager, FpDevice *device, FpContext *context)
{
FprintManagerPrivate *priv = fprint_manager_get_instance_private (manager);
GSList *item;
g_autofree gchar *path = NULL;
for (item = priv->dev_registry; item; item = item->next) {
FprintDevice *rdev;