[gnome-builder] plugins/podman: remove unused local



commit 250d8e3e55e3d03c3223dacdf89b4a08b018b1c4
Author: Christian Hergert <chergert redhat com>
Date:   Tue Sep 27 11:43:18 2022 -0700

    plugins/podman: remove unused local

 src/plugins/podman/gbp-podman-runtime.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/plugins/podman/gbp-podman-runtime.c b/src/plugins/podman/gbp-podman-runtime.c
index 4bd7b47a2..eff726c27 100644
--- a/src/plugins/podman/gbp-podman-runtime.c
+++ b/src/plugins/podman/gbp-podman-runtime.c
@@ -1,6 +1,6 @@
 /* gbp-podman-runtime.c
  *
- * Copyright 2019 Christian Hergert <chergert redhat com>
+ * Copyright 2019-2022 Christian Hergert <chergert redhat com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -214,7 +214,6 @@ gbp_podman_runtime_contains_program_in_path (IdeRuntime   *runtime,
 {
   g_autoptr(IdeRunContext) run_context = NULL;
   g_autoptr(IdeSubprocess) subprocess = NULL;
-  g_autoptr(GMutexLocker) locker = NULL;
   GbpPodmanRuntime *self = (GbpPodmanRuntime *) runtime;
   gboolean found;
   gboolean ret;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]