summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-09-22 18:25:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-21 12:37:45 +0100
commit8f7fbad772460e1ec9509de481bd572a7a9233d0 (patch)
tree82c6e47dc19befee1a23a4321df837a3975a908c
parentdacf9d5d09b104469c1b30c6efd4107d03ce79bc (diff)
downloaddbus-glib-8f7fbad772460e1ec9509de481bd572a7a9233d0.tar.gz
registrations test: bin some unused variables
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41129 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--test/core/registrations.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/core/registrations.c b/test/core/registrations.c
index d4e17dd..8aa711c 100644
--- a/test/core/registrations.c
+++ b/test/core/registrations.c
@@ -286,7 +286,6 @@ static void
test_clean_slate (Fixture *f,
gconstpointer test_data G_GNUC_UNUSED)
{
- DBusError e;
dbus_bool_t mem;
dbus_bus_add_match (dbus_g_connection_get_connection (f->bus),
@@ -415,8 +414,6 @@ test_marshal_object (Fixture *f,
int
main (int argc, char **argv)
{
- loop = g_main_loop_new (NULL, FALSE);
-
g_type_init ();
g_log_set_always_fatal (G_LOG_LEVEL_WARNING | G_LOG_LEVEL_CRITICAL);
dbus_g_type_specialized_init ();