Remove unused prototype for krb5_find_config_files
authorEzra Peisach <epeisach@mit.edu>
Sun, 3 Dec 2006 02:52:11 +0000 (02:52 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 3 Dec 2006 02:52:11 +0000 (02:52 +0000)
The prototype for krb5_find_config_files() no longer is necessary
as the function does not exist in the source tree anymore.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18914 dc483132-0cff-0310-8789-dd5450dbe970

src/include/k5-int.h

index 1935daeeb8e0c06144fa55d58d21e22797366d59..73527c96ab9697e58118ce7279eb058d216a96e3 100644 (file)
@@ -518,8 +518,6 @@ void krb5_os_free_context (krb5_context);
 krb5_error_code os_get_default_config_files 
     (profile_filespec_t **pfiles, krb5_boolean secure);
 
-krb5_error_code krb5_find_config_files (void);
-
 krb5_error_code krb5_os_hostaddr
        (krb5_context, const char *, krb5_address ***);