diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-06 03:21:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-06 03:21:04 +0800 |
commit | 0c061c70785480f5d528722f89df2d32bf558121 (patch) | |
tree | 0b28a8693cab87c1f253c3de9b3edcdd52557fb0 /camel/providers | |
parent | 9ca0010b6de60b1eec18de4fcae499c6c82630b3 (diff) | |
download | gsoc2013-evolution-0c061c70785480f5d528722f89df2d32bf558121.tar gsoc2013-evolution-0c061c70785480f5d528722f89df2d32bf558121.tar.gz gsoc2013-evolution-0c061c70785480f5d528722f89df2d32bf558121.tar.bz2 gsoc2013-evolution-0c061c70785480f5d528722f89df2d32bf558121.tar.lz gsoc2013-evolution-0c061c70785480f5d528722f89df2d32bf558121.tar.xz gsoc2013-evolution-0c061c70785480f5d528722f89df2d32bf558121.tar.zst gsoc2013-evolution-0c061c70785480f5d528722f89df2d32bf558121.zip |
fix a warning
svn path=/trunk/; revision=2293
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/mbox/camel-mbox-summary.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/providers/mbox/camel-mbox-summary.c b/camel/providers/mbox/camel-mbox-summary.c index 69c720b091..e394637128 100644 --- a/camel/providers/mbox/camel-mbox-summary.c +++ b/camel/providers/mbox/camel-mbox-summary.c @@ -174,7 +174,6 @@ camel_mbox_summary_save (CamelMboxSummary *summary, const gchar *filename, gint fd; gint write_result; /* XXX use this */ guint32 data; - struct stat st; CAMEL_LOG_FULL_DEBUG ("CamelMboxFolder::save_summary entering \n"); |