From 2597e3adc37ce342972e995444f4417e0aa6fb5d Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 15 May 2009 20:58:27 +0200 Subject: [PATCH] Remove unused variable --- gio/glocalfileoutputstream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gio/glocalfileoutputstream.c b/gio/glocalfileoutputstream.c index cb978314b..03b54e3e8 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;