summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2020-03-18 20:07:50 -0400
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2020-03-19 19:38:51 +0000
commita61731955136423bbcd061e797e0280b04246996 (patch)
tree4bbd6b2b96ebe1b4c96d076f6af293d6b8d0fa36
parent6c53fab1206f7e6aaa7add1634698aa027fd2382 (diff)
downloadgupnp-igd-a61731955136423bbcd061e797e0280b04246996.tar.gz
Remove unused Soup variable
-rw-r--r--libgupnp-igd/gupnp-simple-igd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgupnp-igd/gupnp-simple-igd.c b/libgupnp-igd/gupnp-simple-igd.c
index 61d1e77..631ef42 100644
--- a/libgupnp-igd/gupnp-simple-igd.c
+++ b/libgupnp-igd/gupnp-simple-igd.c
@@ -582,7 +582,6 @@ static void
gupnp_simple_igd_constructed (GObject *object)
{
GUPnPSimpleIgd *self = GUPNP_SIMPLE_IGD_CAST (object);
- SoupSession *session;
self->priv->main_context = g_main_context_get_thread_default ();
if (!self->priv->main_context)