diff options
| author | Greg Hudson <ghudson@mit.edu> | 2012-06-11 09:30:20 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-06-11 09:30:20 -0400 |
| commit | 01a4a2016009b7142e87da601eeae4d5086b576b (patch) | |
| tree | 116ca259546f0096cc3fcec6f712aef6e9820131 /src/include | |
| parent | cf520a2d2ed60360f6bad145ef749a10723bc4da (diff) | |
| download | krb5-01a4a2016009b7142e87da601eeae4d5086b576b.tar.gz krb5-01a4a2016009b7142e87da601eeae4d5086b576b.tar.xz krb5-01a4a2016009b7142e87da601eeae4d5086b576b.zip | |
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.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |
