diff options
author | Ondrej Holy <oholy@redhat.com> | 2013-09-26 11:57:31 +0200 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2013-09-26 13:45:33 +0200 |
commit | a878a1ff2404d4544a98f242a095cec1851d3ae5 (patch) | |
tree | 068cfc8d87b17723cf4394dde74b618b390f48a5 /client/gdaemonfile.c | |
parent | 19249f9eb50639484caec9adad5bc353ed103181 (diff) | |
download | gvfs-a878a1ff2404d4544a98f242a095cec1851d3ae5.tar.gz |
gdbus: fix compilation warning
https://bugzilla.gnome.org/show_bug.cgi?id=591228
Diffstat (limited to 'client/gdaemonfile.c')
-rw-r--r-- | client/gdaemonfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/gdaemonfile.c b/client/gdaemonfile.c index 75e9053f..48c7c82d 100644 --- a/client/gdaemonfile.c +++ b/client/gdaemonfile.c @@ -379,7 +379,6 @@ g_daemon_file_get_relative_path (GFile *parent, char *full_path_parent; char *ret; const char *remainder; - gboolean ok; full_path_descendant = g_build_path ("/", descendant_daemon->mount_spec->mount_prefix, descendant_daemon->path, NULL); |