From: Ezra Peisach Date: Mon, 25 Jul 2011 23:57:32 +0000 (+0000) Subject: Remove declaration of static function that no longer exists X-Git-Tag: krb5-1.10-alpha1~323 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=16346913e0128be8b0b4887aad980bd65d37e649;p=krb5.git Remove declaration of static function that no longer exists git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25052 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/init_ctx.c b/src/lib/krb5/krb/init_ctx.c index 048f72340..4896bef02 100644 --- a/src/lib/krb5/krb/init_ctx.c +++ b/src/lib/krb5/krb/init_ctx.c @@ -72,9 +72,6 @@ extern krb5_error_code krb5_vercheck(); extern void krb5_win_ccdll_load(krb5_context context); #endif -static krb5_error_code init_common(profile_t profile, krb5_flags flags, - krb5_context *context_out); - krb5_error_code KRB5_CALLCONV krb5_init_context(krb5_context *context) {