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 cb978314b48017c4c205e1c778cf33f1c10948bf..03b54e3e87299d1b75a07b11733d076cb3e3e516 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;