summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_attribute_statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/saml_attribute_statement.c')
-rw-r--r--lasso/xml/saml_attribute_statement.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lasso/xml/saml_attribute_statement.c b/lasso/xml/saml_attribute_statement.c
index cd856ed6..e9d973ed 100644
--- a/lasso/xml/saml_attribute_statement.c
+++ b/lasso/xml/saml_attribute_statement.c
@@ -54,11 +54,6 @@ static struct XmlSnippet schema_snippets[] = {
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoSamlAttributeStatement *node)
-{
- node->Attribute = NULL;
-}
static void
class_init(LassoSamlAttributeStatementClass *klass)
@@ -86,7 +81,7 @@ lasso_saml_attribute_statement_get_type()
NULL,
sizeof(LassoSamlAttributeStatement),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};