remove empty and unused function
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2316 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -26,12 +26,8 @@ krb5_init_context(krb5_context *context)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void krb5_os_free_context(krb5_context context)
|
void
|
||||||
{
|
krb5_free_context(krb5_context context)
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void krb5_free_context(krb5_context context)
|
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user