From 5b3c3f57799005269a86ad26834e91c5e800e610 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Thu, 6 Apr 2006 16:10:38 +0000 Subject: [PATCH] Removed DbgTrace() definition since it is already part of platform.h. --- auth_token/client/mechanisms/pwd/internal.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/auth_token/client/mechanisms/pwd/internal.h b/auth_token/client/mechanisms/pwd/internal.h index 3e077cfe..7ab65af2 100644 --- a/auth_token/client/mechanisms/pwd/internal.h +++ b/auth_token/client/mechanisms/pwd/internal.h @@ -36,22 +36,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 ]===============================================