summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2013-09-26 14:37:29 +0200
committerAlexander Larsson <alexl@redhat.com>2013-11-13 13:06:44 +0100
commit67273972b54823584b5abb7945652a0bbf46200e (patch)
treedcd617c73483cdeb5aa6fc07f7067a62dd9a3024
parent0f4ba6734fd7760a8070a0ef8efa3dd891fc632f (diff)
downloadgvfs-67273972b54823584b5abb7945652a0bbf46200e.tar.gz
gdbus: fix compilation warnings
https://bugzilla.gnome.org/show_bug.cgi?id=591228#c21
-rw-r--r--client/gvfsdaemondbus.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/gvfsdaemondbus.c b/client/gvfsdaemondbus.c
index bcf96d08..4685221f 100644
--- a/client/gvfsdaemondbus.c
+++ b/client/gvfsdaemondbus.c
@@ -52,10 +52,6 @@ static GPrivate local_connections = G_PRIVATE_INIT((GDestroyNotify)free_local_co
static GHashTable *async_map = NULL;
G_LOCK_DEFINE_STATIC(async_map);
-/* dbus object path -> dbus message filter */
-static GHashTable *obj_path_map = NULL;
-G_LOCK_DEFINE_STATIC(obj_path_map);
-
GQuark
_g_vfs_error_quark (void)