[gvfs] gdbus: fix compilation warnings



commit 8966e2db6c19aa0ab54a7ff16fa6b7a4fa1b0695
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Sep 26 14:37:29 2013 +0200

    gdbus: fix compilation warnings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=591228#c21

 client/gvfsdaemondbus.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/client/gvfsdaemondbus.c b/client/gvfsdaemondbus.c
index bcf96d0..4685221 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]