summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_request.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/samlp_request.c')
-rw-r--r--lasso/xml/samlp_request.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lasso/xml/samlp_request.c b/lasso/xml/samlp_request.c
index 308fd5a6..16c457a6 100644
--- a/lasso/xml/samlp_request.c
+++ b/lasso/xml/samlp_request.c
@@ -67,11 +67,6 @@ static struct XmlSnippet schema_snippets[] = {
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoSamlpRequest *node)
-{
- node->AssertionArtifact = NULL;
-}
static void
class_init(LassoSamlpRequestClass *klass)
@@ -99,7 +94,7 @@ lasso_samlp_request_get_type()
NULL,
sizeof(LassoSamlpRequest),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};