Remove unused variable
authorAlexander Larsson <alexl@redhat.com>
Fri, 15 May 2009 18:58:27 +0000 (20:58 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 15 May 2009 18:58:27 +0000 (20:58 +0200)
gio/glocalfileoutputstream.c

index cb97831..03b54e3 100644 (file)
@@ -526,7 +526,6 @@ _g_local_file_output_stream_open  (const char        *filename,
                                   GError           **error)
 {
   GLocalFileOutputStream *stream;
-  int mode;
   int fd;
   int open_flags;