diff options
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/debug.h b/include/debug.h index 8824ff6b..4cce56b5 100644 --- a/include/debug.h +++ b/include/debug.h @@ -29,12 +29,8 @@ #include "config.h" /* __FUNCTION__ is non-iso */ -#ifndef __FUNCTION__ #ifdef __func__ #define __FUNCTION__ __func__ -#else -#define __FUNCTION__ "func_unknown" -#endif #endif /******************* |