gss: remove gss_get_instance()

This commit is contained in:
Luke Howard
2022-01-29 10:28:40 +11:00
committed by Jeffrey Altman
parent 301b7ce711
commit 69973757ce
7 changed files with 0 additions and 24 deletions

View File

@@ -302,8 +302,6 @@ kdc_get_instance(const char *libname)
return hdb_get_instance(libname);
else if (strcmp(libname, "krb5") == 0)
return krb5_get_instance(libname);
else if (strcmp(libname, "gssapi") == 0)
return gss_get_instance(libname);
return 0;
}