[SAMLv2] delete an unused local variable

This commit is contained in:
Benjamin Dauvergne 2010-10-11 09:57:22 +02:00
parent c36d6a90dd
commit 7d90d5e26a
1 changed files with 0 additions and 1 deletions

View File

@ -1513,7 +1513,6 @@ cleanup:
gint
lasso_profile_saml20_setup_message_signature(LassoProfile *profile, LassoNode *request_or_response)
{
LassoSignatureMethod sign_method;
lasso_bad_param(PROFILE, profile);
switch (lasso_profile_get_signature_hint(profile)) {