diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/textconsole.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/textconsole.h b/common/textconsole.h index 963d674c3b..5a535f3206 100644 --- a/common/textconsole.h +++ b/common/textconsole.h @@ -66,8 +66,6 @@ void NORETURN_PRE error(const char *s, ...) GCC_PRINTF(1, 2) NORETURN_POST; #ifdef DISABLE_TEXT_CONSOLE -inline int printf(const char *s, ...) { return 0; } - inline void warning(const char *s, ...) {} #else |