summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-trace.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/k5-trace.h b/src/include/k5-trace.h
index 68672fd5b..71ce73eb0 100644
--- a/src/include/k5-trace.h
+++ b/src/include/k5-trace.h
@@ -407,18 +407,6 @@ void krb5int_trace(krb5_context context, const char *fmt, ...);
#define TRACE_TXT_LOOKUP_SUCCESS(c, host, realm) \
TRACE(c, "TXT record {str} found: {str}", host, realm)
-#define TRACE_SNAME_TO_PRINCIPAL(c, host, sname, type) \
- TRACE(c, "Convert service {str} ({ptype}) on host {str} to principal", \
- sname, type, host)
-#define TRACE_SNAME_TO_PRINCIPAL_NOCANON(c, host) \
- TRACE(c, "Failed to canonicalize {str}; using as-is", host)
-#define TRACE_SNAME_TO_PRINCIPAL_CANON(c, host) \
- TRACE(c, "Remote host after forward canonicalization: {str}", host)
-#define TRACE_SNAME_TO_PRINCIPAL_RDNS(c, host) \
- TRACE(c, "Remote host after reverse DNS processing: {str}", host)
-#define TRACE_SNAME_TO_PRINCIPAL_RETURN(c, princ) \
- TRACE(c, "Got service principal {princ}", princ)
-
#define TRACE_CHECK_REPLY_SERVER_DIFFERS(c, request, reply) \
TRACE(c, "Reply server {princ} differs from requested {princ}", \
reply, request)