Remove DPRINTF macro, unused.

This commit is contained in:
Juan RP 2010-12-03 17:30:02 +01:00
parent 98a2034fcf
commit 2401e72b8a

View File

@ -47,12 +47,6 @@
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
#endif
#ifdef DEBUG
#define DPRINTF(x) printf x
#else
#define DPRINTF(x)
#endif
/*
* By default all public functions have default visibility, unless
* gcc >= 4.x and the HIDDEN definition is used.