summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-11-18 10:23:01 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-11-18 10:23:01 +0000
commit358d12b50879e2ca2c67eb99fbe92338922562f8 (patch)
tree95c8e24b5da2ea86f08924d9ed9ca6a22785e2e2
parent3272b81c84c6bad86cc53fd910038e537a01cd9f (diff)
downloadlasso-358d12b50879e2ca2c67eb99fbe92338922562f8.tar.gz
lasso-358d12b50879e2ca2c67eb99fbe92338922562f8.tar.xz
lasso-358d12b50879e2ca2c67eb99fbe92338922562f8.zip
unused variables
-rw-r--r--lasso/xml/lib_authn_request.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lasso/xml/lib_authn_request.c b/lasso/xml/lib_authn_request.c
index ea8d2a0f..5c39fdef 100644
--- a/lasso/xml/lib_authn_request.c
+++ b/lasso/xml/lib_authn_request.c
@@ -208,9 +208,6 @@ init_from_query(LassoNode *node, char **query_fields)
static int
init_from_xml(LassoNode *node, xmlNode *xmlnode)
{
- xmlNode *t, *n;
- char *s;
- int rc;
snippets();
if (parent_class->init_from_xml(node, xmlnode))