From 2ea76ff8f2ff21d85f5205279af5df9719304158 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Wed, 27 Mar 2013 13:54:07 +0200 Subject: [PATCH] client: Remove now obsolete function --- client/commands.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/commands.c b/client/commands.c index b6b0202..eb53de5 100644 --- a/client/commands.c +++ b/client/commands.c @@ -608,7 +608,6 @@ static int cmd_config(char *args[], int num, struct option *options) int result = 0, res = 0, index = 2, oldindex = 0; int c; char *service_name, *path; - DBusMessage *message; char **opt_start; dbus_bool_t val; struct config_append append; @@ -625,10 +624,6 @@ static int cmd_config(char *args[], int num, struct option *options) res = 0; - message = get_message(connection, "GetServices"); - if (message == NULL) - return -ENOMEM; - oldindex = index; path = g_strdup_printf("/net/connman/service/%s", service_name); @@ -726,7 +721,6 @@ static int cmd_config(char *args[], int num, struct option *options) } g_free(path); - dbus_message_unref(message); if (res < 0) { if (res == -EINPROGRESS) -- 2.7.4