remove unused variable

This commit is contained in:
Love Hornquist Astrand
2009-11-03 22:22:40 -08:00
parent 2b4b9a613e
commit 80daa7681a

View File

@@ -217,7 +217,6 @@ krb5_have_error_string(krb5_context context)
const char * KRB5_LIB_FUNCTION
krb5_get_error_message(krb5_context context, krb5_error_code code)
{
const char *cstr;
char *str;
HEIMDAL_MUTEX_lock(context->mutex);