Remove DPRINTF macro, unused.
This commit is contained in:
parent
98a2034fcf
commit
2401e72b8a
@ -47,12 +47,6 @@
|
|||||||
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
|
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
#define DPRINTF(x) printf x
|
|
||||||
#else
|
|
||||||
#define DPRINTF(x)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* By default all public functions have default visibility, unless
|
* By default all public functions have default visibility, unless
|
||||||
* gcc >= 4.x and the HIDDEN definition is used.
|
* gcc >= 4.x and the HIDDEN definition is used.
|
||||||
|
Loading…
Reference in New Issue
Block a user