dispatcher-fcc-unlock: remove unused variable

mm-dispatcher-fcc-unlock.c💯27: warning: unused variable 'error' [-Wunused-variable]
          g_autoptr(GError) error = NULL;
                            ^
This commit is contained in:
Aleksander Morgado
2022-08-17 16:23:33 +00:00
parent 490a253033
commit 598b9ae639

View File

@@ -97,7 +97,6 @@ mm_dispatcher_fcc_unlock_run (MMDispatcherFccUnlock *self,
g_auto(GStrv) argv = NULL;
g_autofree gchar *path = NULL;
g_autoptr(GFile) file = NULL;
g_autoptr(GError) error = NULL;
guint j;
path = g_build_path (G_DIR_SEPARATOR_S, enabled_dirs[i], filename, NULL);