From 3fd8ac32acb5616adf0ac5d4bfcaa88cf2d4946e Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 21 Jun 2012 17:12:50 -0400 Subject: Simplify bld_princ.c --- src/include/k5-int.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 28c86f844..b1e535e59 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2471,15 +2471,6 @@ krb5_error_code krb5_use_natural_time(krb5_context); krb5_error_code krb5_set_time_offsets(krb5_context, krb5_timestamp, krb5_int32); -/* Internal principal function used by KIM to avoid code duplication */ -krb5_error_code KRB5_CALLCONV -krb5int_build_principal_alloc_va(krb5_context context, - krb5_principal *princ, - unsigned int rlen, - const char *realm, - const char *first, - va_list ap); - /* Some data comparison and conversion functions. */ static inline int data_eq(krb5_data d1, krb5_data d2) -- cgit