[gnome-builder/wip/gtk4-port] plugins: remove legacy subprocess launchers
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] plugins: remove legacy subprocess launchers
- Date: Tue, 28 Jun 2022 20:44:48 +0000 (UTC)
commit 81068073af19965c86114479d781af5f1b55f573
Author: Christian Hergert <chergert redhat com>
Date: Tue Jun 28 13:44:36 2022 -0700
plugins: remove legacy subprocess launchers
These are no longer used anywhere, so get rid of all that terrible code.
src/plugins/flatpak/gbp-flatpak-runtime.c | 1 -
.../flatpak/gbp-flatpak-subprocess-launcher.c | 212 -----------------
.../flatpak/gbp-flatpak-subprocess-launcher.h | 35 ---
src/plugins/flatpak/meson.build | 1 -
src/plugins/podman/gbp-podman-runtime.c | 1 -
.../podman/gbp-podman-subprocess-launcher.c | 250 ---------------------
.../podman/gbp-podman-subprocess-launcher.h | 31 ---
src/plugins/podman/meson.build | 2 -
src/plugins/sysroot/gbp-sysroot-runtime.c | 1 -
.../sysroot/gbp-sysroot-subprocess-launcher.c | 88 --------
.../sysroot/gbp-sysroot-subprocess-launcher.h | 34 ---
src/plugins/sysroot/meson.build | 1 -
12 files changed, 657 deletions(-)
---
diff --git a/src/plugins/flatpak/gbp-flatpak-runtime.c b/src/plugins/flatpak/gbp-flatpak-runtime.c
index a6f084d1b..088d6ed0a 100644
--- a/src/plugins/flatpak/gbp-flatpak-runtime.c
+++ b/src/plugins/flatpak/gbp-flatpak-runtime.c
@@ -33,7 +33,6 @@
#include "gbp-flatpak-aux.h"
#include "gbp-flatpak-manifest.h"
#include "gbp-flatpak-runtime.h"
-#include "gbp-flatpak-subprocess-launcher.h"
#include "gbp-flatpak-util.h"
struct _GbpFlatpakRuntime
diff --git a/src/plugins/flatpak/meson.build b/src/plugins/flatpak/meson.build
index e5678ec80..88705eeec 100644
--- a/src/plugins/flatpak/meson.build
+++ b/src/plugins/flatpak/meson.build
@@ -29,7 +29,6 @@ plugins_sources += files([
'gbp-flatpak-runtime.c',
'gbp-flatpak-sdk-stage.c',
'gbp-flatpak-sources.c',
- 'gbp-flatpak-subprocess-launcher.c',
'gbp-flatpak-util.c',
'gbp-flatpak-workbench-addin.c',
'ipc-flatpak-transfer-impl.c',
diff --git a/src/plugins/podman/gbp-podman-runtime.c b/src/plugins/podman/gbp-podman-runtime.c
index 68668163a..a9f86fbf5 100644
--- a/src/plugins/podman/gbp-podman-runtime.c
+++ b/src/plugins/podman/gbp-podman-runtime.c
@@ -27,7 +27,6 @@
#include "gbp-podman-runtime.h"
#include "gbp-podman-runtime-private.h"
-#include "gbp-podman-subprocess-launcher.h"
struct _GbpPodmanRuntime
{
diff --git a/src/plugins/podman/meson.build b/src/plugins/podman/meson.build
index 81ce66d1a..1acf2babd 100644
--- a/src/plugins/podman/meson.build
+++ b/src/plugins/podman/meson.build
@@ -4,7 +4,6 @@ plugins_sources += files([
'podman-plugin.c',
'gbp-podman-runtime.c',
'gbp-podman-runtime-provider.c',
- 'gbp-podman-subprocess-launcher.c',
])
plugin_podman_resources = gnome.compile_resources(
@@ -18,7 +17,6 @@ plugins_sources += plugin_podman_resources
test_sources_podman = [
'test-storage-configuration.c',
'gbp-podman-runtime.c',
- 'gbp-podman-subprocess-launcher.c',
]
test_env_podman = [
diff --git a/src/plugins/sysroot/gbp-sysroot-runtime.c b/src/plugins/sysroot/gbp-sysroot-runtime.c
index a1b7e14fb..93bdaa171 100644
--- a/src/plugins/sysroot/gbp-sysroot-runtime.c
+++ b/src/plugins/sysroot/gbp-sysroot-runtime.c
@@ -25,7 +25,6 @@
#include "gbp-sysroot-runtime.h"
#include "gbp-sysroot-manager.h"
-#include "gbp-sysroot-subprocess-launcher.h"
// This is a list of common libdirs to use
#define RUNTIME_PREFIX "sysroot:"
diff --git a/src/plugins/sysroot/meson.build b/src/plugins/sysroot/meson.build
index f06cc27dc..17ebf301b 100644
--- a/src/plugins/sysroot/meson.build
+++ b/src/plugins/sysroot/meson.build
@@ -7,7 +7,6 @@ plugins_sources += files([
# 'gbp-sysroot-preferences-row.c',
'gbp-sysroot-runtime.c',
'gbp-sysroot-runtime-provider.c',
- 'gbp-sysroot-subprocess-launcher.c',
'gbp-sysroot-toolchain-provider.c',
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]