summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-10-01 11:43:00 +0200
committerThomas Haller <thaller@redhat.com>2014-10-03 11:21:17 +0200
commit94331184d87e7db3b17f805a95cc29570d8c9c83 (patch)
tree55b12fd1442cb5182b2bb06a3ff0a36f20121c77
parent52ccce8c2cf7d1f5dbe93343075d030ce9dba5dc (diff)
downloadNetworkManager-94331184d87e7db3b17f805a95cc29570d8c9c83.tar.gz
libnm: remove unused variable NMObjectPrivate:private_connection
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--libnm/nm-object.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm/nm-object.c b/libnm/nm-object.c
index 027f66bd8f..cab92e9b97 100644
--- a/libnm/nm-object.c
+++ b/libnm/nm-object.c
@@ -72,7 +72,6 @@ static void reload_complete (NMObject *object);
typedef struct {
GDBusConnection *connection;
- gboolean private_connection;
gboolean nm_running;
char *path;