summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2013-09-26 11:57:31 +0200
committerOndrej Holy <oholy@redhat.com>2013-09-26 13:45:33 +0200
commita878a1ff2404d4544a98f242a095cec1851d3ae5 (patch)
tree068cfc8d87b17723cf4394dde74b618b390f48a5
parent19249f9eb50639484caec9adad5bc353ed103181 (diff)
downloadgvfs-a878a1ff2404d4544a98f242a095cec1851d3ae5.tar.gz
gdbus: fix compilation warning
https://bugzilla.gnome.org/show_bug.cgi?id=591228
-rw-r--r--client/gdaemonfile.c1
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);