From 0b872fa797cd65871f946565c0ddc7937e1ba72b Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 3 Feb 2012 20:43:13 +0000 Subject: Revert r25669 pending clarification of goals and API review New APIs of this sort should be discussed, and the goals motivating the change clarified. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25670 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-trace.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-trace.h b/src/include/k5-trace.h index 8c5f52109..926c523bc 100644 --- a/src/include/k5-trace.h +++ b/src/include/k5-trace.h @@ -371,8 +371,5 @@ TRACE(c, (c, "Requesting TGT {princ} using TGT {princ}", next, cur)) #define TRACE_TKT_CREDS_WRONG_ENCTYPE(c) \ TRACE(c, (c, "Retrying TGS request with desired service ticket enctypes")) -#define TRACE_PROFILE_ERR(c,subsection, section, retval) \ - TRACE(c, (c, "Bad value of {str} from [{str}] in conf file: {kerr}", \ - subsection, section, retval)) #endif /* K5_TRACE_H */ -- cgit