summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_advice.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/saml_advice.c')
-rw-r--r--lasso/xml/saml_advice.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lasso/xml/saml_advice.c b/lasso/xml/saml_advice.c
index 21ff99b7..9d440ba2 100644
--- a/lasso/xml/saml_advice.c
+++ b/lasso/xml/saml_advice.c
@@ -65,13 +65,6 @@ static struct XmlSnippet schema_snippets[] = {
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoSamlAdvice *node)
-{
-/* node->AssertionIDReference = NULL;
- node->Assertion = NULL; */
- node->any = NULL;
-}
static void
class_init(LassoSamlAdviceClass *klass)
@@ -99,7 +92,7 @@ lasso_saml_advice_get_type()
NULL,
sizeof(LassoSamlAdvice),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};