summaryrefslogtreecommitdiff
path: root/apps/examples/i2schar/i2schar.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/i2schar/i2schar.h')
-rw-r--r--apps/examples/i2schar/i2schar.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/examples/i2schar/i2schar.h b/apps/examples/i2schar/i2schar.h
index 9596f7dc4..53ba1d9c5 100644
--- a/apps/examples/i2schar/i2schar.h
+++ b/apps/examples/i2schar/i2schar.h
@@ -89,26 +89,6 @@
# efine CONFIG_EXAMPLES_I2SCHAR_BUFSIZE 256
#endif
-/* Debug ********************************************************************/
-
-#ifdef CONFIG_CPP_HAVE_VARARGS
-# ifdef CONFIG_DEBUG
-# define message(...) syslog(__VA_ARGS__)
-# define msgflush()
-# else
-# define message(...) printf(__VA_ARGS__)
-# define msgflush() fflush(stdout)
-# endif
-#else
-# ifdef CONFIG_DEBUG
-# define message syslog
-# define msgflush()
-# else
-# define message printf
-# define msgflush() fflush(stdout)
-# endif
-#endif
-
/****************************************************************************
* Public Types
****************************************************************************/