Fix unused variable warning
authorAlexander Larsson <alexl@redhat.com>
Thu, 20 Dec 2007 10:57:45 +0000 (10:57 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Thu, 20 Dec 2007 10:57:45 +0000 (10:57 +0000)
2007-12-20  Alexander Larsson  <alexl@redhat.com>

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

svn path=/trunk/; revision=6168

gio/ChangeLog
gio/gvfs.c

index 8e6b5e8..1fecc56 100644 (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
index 2d16516..f61c619 100644 (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;