diff options
| author | Greg Hudson <ghudson@mit.edu> | 2012-06-21 16:53:43 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2012-06-21 16:53:43 -0400 |
| commit | f22b98916070be6b3778888df1e65ced07c47131 (patch) | |
| tree | 71a0b0c23a64ea50e0011538c813ef57c2b788ab /src/util | |
| parent | 37b09d45192bd9d958d047dbb829d10f892b1fda (diff) | |
| download | krb5-f22b98916070be6b3778888df1e65ced07c47131.tar.gz krb5-f22b98916070be6b3778888df1e65ced07c47131.tar.xz krb5-f22b98916070be6b3778888df1e65ced07c47131.zip | |
Remove orphaned KfM code
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/support/errors.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/util/support/errors.c b/src/util/support/errors.c index 0cd39277d..5dba532b5 100644 --- a/src/util/support/errors.c +++ b/src/util/support/errors.c @@ -12,10 +12,6 @@ #include "k5-platform.h" #include "supp-int.h" -#ifdef USE_KIM -#include "kim_string_private.h" -#endif - /* It would be nice to just use error_message() always. Pity that it's defined in a library that depends on this one, and we're not allowed to make circular dependencies. */ @@ -69,13 +65,6 @@ krb5int_vset_error_fl (struct errinfo *ep, long code, { va_list args2; char *str = NULL, *str2, *slash; -#ifdef USE_KIM - kim_string loc_fmt = NULL; - - /* Try to localize the format string */ - if (kim_os_string_create_localized(&loc_fmt, fmt) == KIM_NO_ERROR) - fmt = loc_fmt; -#endif /* try vasprintf first */ va_copy(args2, args); @@ -108,10 +97,6 @@ krb5int_vset_error_fl (struct errinfo *ep, long code, } ep->code = code; ep->msg = str ? str : ep->scratch_buf; - -#ifdef USE_KIM - kim_string_free(&loc_fmt); -#endif } const char * |
