drop unused variable
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24221 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -368,8 +368,6 @@ krb5_get_init_creds_opt_get_error(krb5_context context,
|
||||
KRB_ERROR **error)
|
||||
__attribute__((deprecated))
|
||||
{
|
||||
krb5_error_code ret;
|
||||
|
||||
*error = calloc(1, sizeof(**error));
|
||||
if (*error == NULL) {
|
||||
krb5_set_error_message(context, ENOMEM, N_("malloc: out of memory", ""));
|
||||
|
Reference in New Issue
Block a user