summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2011-07-25 23:57:32 +0000
committerEzra Peisach <epeisach@mit.edu>2011-07-25 23:57:32 +0000
commit16346913e0128be8b0b4887aad980bd65d37e649 (patch)
tree7ce97d86e9e42f53baa0142468f1a9b85b3c5ab5 /src
parent161991da5bfce4f38db3ffeacd8d40231e53a47d (diff)
downloadkrb5-16346913e0128be8b0b4887aad980bd65d37e649.tar.gz
krb5-16346913e0128be8b0b4887aad980bd65d37e649.tar.xz
krb5-16346913e0128be8b0b4887aad980bd65d37e649.zip
Remove declaration of static function that no longer exists
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25052 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/krb/init_ctx.c3
1 files changed, 0 insertions, 3 deletions
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)
{