[glib] Remove unused variable



commit 2597e3adc37ce342972e995444f4417e0aa6fb5d
Author: Alexander Larsson <alexl redhat com>
Date:   Fri May 15 20:58:27 2009 +0200

    Remove unused variable
---
 gio/glocalfileoutputstream.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/gio/glocalfileoutputstream.c b/gio/glocalfileoutputstream.c
index cb97831..03b54e3 100644
--- a/gio/glocalfileoutputstream.c
+++ b/gio/glocalfileoutputstream.c
@@ -526,7 +526,6 @@ _g_local_file_output_stream_open  (const char        *filename,
 				   GError           **error)
 {
   GLocalFileOutputStream *stream;
-  int mode;
   int fd;
   int open_flags;
 



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