drop unused variable

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24221 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-19 19:51:04 +00:00
parent 109ba164cd
commit d664c86e34

View File

@@ -368,8 +368,6 @@ krb5_get_init_creds_opt_get_error(krb5_context context,
KRB_ERROR **error) KRB_ERROR **error)
__attribute__((deprecated)) __attribute__((deprecated))
{ {
krb5_error_code ret;
*error = calloc(1, sizeof(**error)); *error = calloc(1, sizeof(**error));
if (*error == NULL) { if (*error == NULL) {
krb5_set_error_message(context, ENOMEM, N_("malloc: out of memory", "")); krb5_set_error_message(context, ENOMEM, N_("malloc: out of memory", ""));