From 01a4a2016009b7142e87da601eeae4d5086b576b Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 11 Jun 2012 09:30:20 -0400 Subject: Remove krb5int_cc_os_default_name krb5int_cc_os_default_name has been unused since #6955 removed the call to it in cccursor.c. Get rid of it. --- src/include/k5-int.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 643af1803..28c86f844 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2176,9 +2176,6 @@ struct _krb5_cc_ops { extern const krb5_cc_ops *krb5_cc_dfl_ops; -krb5_error_code -krb5int_cc_os_default_name(krb5_context context, char **name); - typedef struct _krb5_donot_replay { krb5_magic magic; krb5_ui_4 hash; -- cgit