diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2022-08-17 16:23:33 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2022-08-17 16:23:33 +0000 |
commit | 598b9ae63960fc5e2483c695212fbce65833a92d (patch) | |
tree | d8f7f47386d135b3dad64d852172d772d4a7e216 /src/mm-dispatcher-fcc-unlock.c | |
parent | 490a253033c75adab5b354191e13f599a528b964 (diff) |
dispatcher-fcc-unlock: remove unused variable
mm-dispatcher-fcc-unlock.c:100:27: warning: unused variable 'error' [-Wunused-variable]
g_autoptr(GError) error = NULL;
^
Diffstat (limited to 'src/mm-dispatcher-fcc-unlock.c')
-rw-r--r-- | src/mm-dispatcher-fcc-unlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-dispatcher-fcc-unlock.c b/src/mm-dispatcher-fcc-unlock.c index ec9aec15..c8b1c7e1 100644 --- a/src/mm-dispatcher-fcc-unlock.c +++ b/src/mm-dispatcher-fcc-unlock.c @@ -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); |