mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
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:
committed by
Alexander Larsson
parent
10378099cd
commit
ba464215e7
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user