summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2012-02-03 20:43:13 +0000
committerTom Yu <tlyu@mit.edu>2012-02-03 20:43:13 +0000
commit0b872fa797cd65871f946565c0ddc7937e1ba72b (patch)
treee74cdefdb0c3d26f9d3b7cc439c9437e5ca9cd83 /src/include
parent766d43105fd4f15fdc7be9c236f14f237cf7f6a6 (diff)
downloadkrb5-0b872fa797cd65871f946565c0ddc7937e1ba72b.tar.gz
krb5-0b872fa797cd65871f946565c0ddc7937e1ba72b.tar.xz
krb5-0b872fa797cd65871f946565c0ddc7937e1ba72b.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-trace.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/k5-trace.h b/src/include/k5-trace.h
index 8c5f521099..926c523bc6 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 */