summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-22 10:12:30 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-22 10:12:30 +0000
commiteeda806801e73c4983a3021cd72397a2c800c828 (patch)
treeb0f47bb1d269fbf2036c67d59afcb11c1ccb8fc8
parent27577a7ccfc6dcf8de244e9b2b80c2ac8924ec16 (diff)
downloadlasso-eeda806801e73c4983a3021cd72397a2c800c828.tar.gz
lasso-eeda806801e73c4983a3021cd72397a2c800c828.tar.xz
lasso-eeda806801e73c4983a3021cd72397a2c800c828.zip
unused variable `consent'
-rw-r--r--lasso/Attic/protocols/logout_response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/Attic/protocols/logout_response.c b/lasso/Attic/protocols/logout_response.c
index ea55eb39..05c01b43 100644
--- a/lasso/Attic/protocols/logout_response.c
+++ b/lasso/Attic/protocols/logout_response.c
@@ -157,7 +157,7 @@ LassoNode *
lasso_logout_response_new_from_query(gchar *query)
{
LassoNode *response;
- xmlChar *relayState, *consent;
+ xmlChar *relayState;
GData *gd;
response = LASSO_NODE(g_object_new(LASSO_TYPE_LOGOUT_RESPONSE, NULL));