From 1387827d5f9b0606aed7fde1cf705473a3f6dbaf Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Thu, 6 Apr 2006 16:02:08 +0000 Subject: [PATCH] Removed DbgPrint() definition since it is already part of platform.h. --- auth_token/client/mechanisms/krb5/internal.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/auth_token/client/mechanisms/krb5/internal.h b/auth_token/client/mechanisms/krb5/internal.h index c4eb41d0..8fc680d1 100644 --- a/auth_token/client/mechanisms/krb5/internal.h +++ b/auth_token/client/mechanisms/krb5/internal.h @@ -34,22 +34,6 @@ //===[ Type definitions ]================================================== -#ifndef CONTAINING_RECORD -#define CONTAINING_RECORD(address, type, field) ((type *)( \ - (char*)(address) - \ - (char*)(&((type *)0)->field))) -#endif - -// -// DbgTrace macro define -// -#define DbgTrace(LEVEL, X, Y) { \ - if (LEVEL == 0) \ - printf(X, Y); \ - else if (DebugLevel >= LEVEL) \ - printf(X, Y); \ -} - //===[ Inlines functions ]=============================================== //===[ Function prototypes ]===============================================