diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2005-11-30 19:32:27 +0000 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2005-11-30 19:32:27 +0000 |
commit | 0ca96ec548a6e4a1e39429f3c0480adfe7e2eab8 (patch) | |
tree | 90cf95cc76cdd8e3242eb94e9ae7703b8fbd829d /test/glib | |
parent | 111118fd8a9240440ec0e4b9710bebf91e186881 (diff) |
* dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c
glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c
test/test-segfault.c, test/test-utils.c,
test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c
tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c:
Various cleanup of dead code and compiler warnings (patch from
Kjartan Maraas <kmaraas at gnome.org>)
Diffstat (limited to 'test/glib')
-rw-r--r-- | test/glib/test-dbus-glib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/glib/test-dbus-glib.c b/test/glib/test-dbus-glib.c index 86c9f7ec..03a1a736 100644 --- a/test/glib/test-dbus-glib.c +++ b/test/glib/test-dbus-glib.c @@ -216,13 +216,11 @@ increment_received_cb (DBusGProxy *proxy, gpointer data) { GError *error; - char *echo_data; guint val; g_assert (!strcmp (data, "moo")); error = NULL; - echo_data = NULL; if (!dbus_g_proxy_end_call (proxy, call, &error, G_TYPE_UINT, &val, G_TYPE_INVALID)) |