[gnome-builder] IdeBackForwardListSave: remove unused local variables



commit 74bd477ee591a774858544210ab0d5b2d88053bc
Author: Ben Iofel <iofelben gmail com>
Date:   Mon Feb 29 14:49:51 2016 -0500

    IdeBackForwardListSave: remove unused local variables

 libide/ide-back-forward-list-save.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libide/ide-back-forward-list-save.c b/libide/ide-back-forward-list-save.c
index bf50563..2a616d8 100644
--- a/libide/ide-back-forward-list-save.c
+++ b/libide/ide-back-forward-list-save.c
@@ -143,8 +143,6 @@ _ide_back_forward_list_save_async (IdeBackForwardList  *self,
 {
   IdeBackForwardListSave *state;
   g_autoptr(GTask) task = NULL;
-  g_autoptr(GFile) directory = NULL;
-  g_autoptr(GBytes) bytes = NULL;
 
   IDE_ENTRY;
 


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