summaryrefslogtreecommitdiff
path: root/apps/system/usbmsc/usbmsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/usbmsc/usbmsc.h')
-rw-r--r--apps/system/usbmsc/usbmsc.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/system/usbmsc/usbmsc.h b/apps/system/usbmsc/usbmsc.h
index c54803ee2..5b19a9e03 100644
--- a/apps/system/usbmsc/usbmsc.h
+++ b/apps/system/usbmsc/usbmsc.h
@@ -89,26 +89,6 @@
# undef CONFIG_SYSTEM_USBMSC_DEVPATH3
#endif
-/* Debug ********************************************************************/
-
-#ifdef CONFIG_CPP_HAVE_VARARGS
-# ifdef CONFIG_DEBUG
-# define message(...) lowsyslog(__VA_ARGS__)
-# define msgflush()
-# else
-# define message(...) printf(__VA_ARGS__)
-# define msgflush() fflush(stdout)
-# endif
-#else
-# ifdef CONFIG_DEBUG
-# define message lowsyslog
-# define msgflush()
-# else
-# define message printf
-# define msgflush() fflush(stdout)
-# endif
-#endif
-
/****************************************************************************
* Public Types
****************************************************************************/