summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_request_authn_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/lib_request_authn_context.c')
-rw-r--r--lasso/xml/lib_request_authn_context.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lasso/xml/lib_request_authn_context.c b/lasso/xml/lib_request_authn_context.c
index a04a93af..4e4d7380 100644
--- a/lasso/xml/lib_request_authn_context.c
+++ b/lasso/xml/lib_request_authn_context.c
@@ -68,13 +68,6 @@ static struct XmlSnippet schema_snippets[] = {
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoLibRequestAuthnContext *node)
-{
- node->AuthnContextClassRef = NULL;
- node->AuthnContextStatementRef = NULL;
- node->AuthnContextComparison = NULL;
-}
static void
class_init(LassoLibRequestAuthnContextClass *klass)
@@ -102,7 +95,7 @@ lasso_lib_request_authn_context_get_type()
NULL,
sizeof(LassoLibRequestAuthnContext),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};