Remove unused variable

This commit is contained in:
Alexander Larsson 2009-05-15 20:58:27 +02:00
parent 4ade78fc3d
commit 2597e3adc3

View 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;