diff options
author | Ken Raeburn <raeburn@mit.edu> | 2007-03-26 08:58:30 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2007-03-26 08:58:30 +0000 |
commit | f7497f9206ed90a3a7da23d5da732bde19a40c72 (patch) | |
tree | d3a413a0adcac20873b90aae8cde162a9882b88f /src/include | |
parent | 6e7aa88777ea6f84c8f5644e289bf53b4b4fa178 (diff) | |
download | krb5-f7497f9206ed90a3a7da23d5da732bde19a40c72.tar.gz krb5-f7497f9206ed90a3a7da23d5da732bde19a40c72.tar.xz krb5-f7497f9206ed90a3a7da23d5da732bde19a40c72.zip |
Remove unused scc_default_format field from krb5_context
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19287 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/k5-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 2ff107c4b0..99b1579216 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -1231,7 +1231,6 @@ struct _krb5_context { krb5_flags library_options; krb5_boolean profile_secure; int fcc_default_format; - int scc_default_format; krb5_prompt_type *prompt_types; /* Message size above which we'll try TCP first in send-to-kdc type code. Aside from the 2**16 size limit, we put no |