Fix unused variable warning

2007-12-20  Alexander Larsson  <alexl@redhat.com>

	* gvfs.c (get_default_vfs):
	Fix unused variable warning


svn path=/trunk/; revision=6168
This commit is contained in:
Alexander Larsson 2007-12-20 10:57:45 +00:00 committed by Alexander Larsson
parent 10378099cd
commit ba464215e7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-12-20 Alexander Larsson <alexl@redhat.com>
* gvfs.c (get_default_vfs):
Fix unused variable warning
2007-12-19 Matthias Clasen <mclasen@redhat.com>
* pltcheck.sh: Update

View File

@ -210,7 +210,6 @@ compare_vfs_type (gconstpointer a,
static gpointer
get_default_vfs (gpointer arg)
{
volatile GType local_type;
GType *vfs_impls;
int i;
guint n_vfs_impls;