Removed DbgPrint() definition since it is already part of platform.h.

This commit is contained in:
Juan Carlos Luciani 2006-04-06 16:02:08 +00:00
parent 35ef293138
commit 1387827d5f

View File

@ -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 ]===============================================