Mercurial > audlegacy-plugins
changeset 3141:1deef2e9bd31
NEON_DEBUG is no longer needed.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 08 May 2009 15:02:50 -0500 |
| parents | 14ad75eeea4c |
| children | 81e1f5769e85 |
| files | src/neon/debug.h |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/neon/debug.h Thu May 07 23:17:47 2009 +0300 +++ b/src/neon/debug.h Fri May 08 15:02:50 2009 -0500 @@ -20,8 +20,6 @@ #include <stdio.h> -#define NEON_DEBUG - #define _ENTER _DEBUG("enter") #define _LEAVE _DEBUG("leave"); return #define _MESSAGE(tag, string, ...) do { fprintf(stderr, "%s: neon: %s:%d (%s): " string "\n", \
