[gnome-builder] subprocess-launcher: remove unused variables
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] subprocess-launcher: remove unused variables
- Date: Tue, 10 May 2016 07:09:55 +0000 (UTC)
commit 12448133366853c71f55386ccb58d8c60eb22cc3
Author: Christian Hergert <chergert redhat com>
Date: Tue May 10 10:07:05 2016 +0300
subprocess-launcher: remove unused variables
libide/ide-subprocess-launcher.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libide/ide-subprocess-launcher.c b/libide/ide-subprocess-launcher.c
index 958c02b..5f1346a 100644
--- a/libide/ide-subprocess-launcher.c
+++ b/libide/ide-subprocess-launcher.c
@@ -155,7 +155,6 @@ ide_subprocess_launcher_real_spawn_sync (IdeSubprocessLauncher *self,
GCancellable *cancellable,
GError **error)
{
- IdeSubprocessLauncherPrivate *priv = ide_subprocess_launcher_get_instance_private (self);
g_autoptr(GTask) task = NULL;
g_assert (IDE_IS_SUBPROCESS_LAUNCHER (self));
@@ -173,7 +172,6 @@ ide_subprocess_launcher_real_spawn_async (IdeSubprocessLauncher *self,
GAsyncReadyCallback callback,
gpointer user_data)
{
- IdeSubprocessLauncherPrivate *priv = ide_subprocess_launcher_get_instance_private (self);
g_autoptr(GTask) task = NULL;
g_assert (IDE_IS_SUBPROCESS_LAUNCHER (self));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]