[gnome-builder/gnome-builder-3-20] subprocess-launcher: remove unused variables



commit dd9a20b05ce886d5e81fb86ecbd766f1d8412a6c
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]