mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
Avoid unused variables
svn path=/trunk/; revision=7690
This commit is contained in:
@@ -115,11 +115,13 @@ g_local_vfs_parse_name (GVfs *vfs,
|
||||
{
|
||||
GFile *file;
|
||||
char *filename;
|
||||
char *user_name;
|
||||
char *user_prefix;
|
||||
const char *user_start, *user_end;
|
||||
char *rest;
|
||||
#ifdef HAVE_PWD_H
|
||||
struct passwd *passwd_file_entry;
|
||||
char *user_name;
|
||||
#endif
|
||||
|
||||
g_return_val_if_fail (G_IS_VFS (vfs), NULL);
|
||||
g_return_val_if_fail (parse_name != NULL, NULL);
|
||||
|
Reference in New Issue
Block a user