diff options
Diffstat (limited to 'include/u8c/dbgprint.h')
-rw-r--r-- | include/u8c/dbgprint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/u8c/dbgprint.h b/include/u8c/dbgprint.h index 42fcb16..2f974d2 100644 --- a/include/u8c/dbgprint.h +++ b/include/u8c/dbgprint.h @@ -16,11 +16,7 @@ /* Debug print */ # if !defined(u8c_dbgprint) # if defined(NDEBUG) -# if defined(__cplusplus) -# define u8c_dbgprint(...) (static_cast<void>(0x0)); -# else # define u8c_dbgprint(...) ((void)0x0) -# endif # else # include <u8c/println.h> # include <stdio.h> |