[gnome-builder/wip/gtk4-port: 1675/1774] plugins/jhbuild: remove runner usage
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1675/1774] plugins/jhbuild: remove runner usage
- Date: Mon, 11 Jul 2022 22:31:53 +0000 (UTC)
commit 4e6e3122c0868ceb908b08000a4afb803a364753
Author: Christian Hergert <chergert redhat com>
Date: Mon Jun 27 17:26:28 2022 -0700
plugins/jhbuild: remove runner usage
This is going away, so drop it here.
src/plugins/jhbuild/gbp-jhbuild-runtime.c | 19 -------------------
1 file changed, 19 deletions(-)
---
diff --git a/src/plugins/jhbuild/gbp-jhbuild-runtime.c b/src/plugins/jhbuild/gbp-jhbuild-runtime.c
index aa8519748..c7f779a37 100644
--- a/src/plugins/jhbuild/gbp-jhbuild-runtime.c
+++ b/src/plugins/jhbuild/gbp-jhbuild-runtime.c
@@ -63,24 +63,6 @@ gbp_jhbuild_runtime_create_launcher (IdeRuntime *runtime,
return g_steal_pointer (&launcher);
}
-static IdeRunner *
-gbp_jhbuild_runtime_create_runner (IdeRuntime *runtime,
- IdeBuildTarget *build_target)
-{
- GbpJhbuildRuntime *self = (GbpJhbuildRuntime *)runtime;
- g_autoptr(IdeRunner) runner = NULL;
-
- g_assert (GBP_IS_JHBUILD_RUNTIME (self));
- g_assert (IDE_IS_BUILD_TARGET (build_target));
-
- runner = IDE_RUNTIME_CLASS (gbp_jhbuild_runtime_parent_class)->create_runner (runtime, build_target);
-
- if (runner != NULL)
- ide_runner_set_run_on_host (runner, TRUE);
-
- return g_steal_pointer (&runner);
-}
-
static gboolean
gbp_jhbuild_runtime_run_handler (IdeRunContext *run_context,
const char * const *argv,
@@ -261,7 +243,6 @@ gbp_jhbuild_runtime_class_init (GbpJhbuildRuntimeClass *klass)
runtime_class->contains_program_in_path = gbp_jhbuild_runtime_contains_program_in_path;
runtime_class->create_launcher = gbp_jhbuild_runtime_create_launcher;
- runtime_class->create_runner = gbp_jhbuild_runtime_create_runner;
runtime_class->prepare_configuration = gbp_jhbuild_runtime_prepare_configuration;
runtime_class->prepare_to_build = gbp_jhbuild_runtime_prepare_run_context;
runtime_class->prepare_to_run = gbp_jhbuild_runtime_prepare_run_context;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]