From 67cec6d2770aa14a13c89247612f16c628ebd54c Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 14 May 2025 12:20:02 -0600 Subject: libmisc: Remove uses of printf --- libmisc/include/libmisc/_intercept.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libmisc/include') diff --git a/libmisc/include/libmisc/_intercept.h b/libmisc/include/libmisc/_intercept.h index f9b7c8c..f02244a 100644 --- a/libmisc/include/libmisc/_intercept.h +++ b/libmisc/include/libmisc/_intercept.h @@ -21,13 +21,6 @@ size_t __lm_printf(const char *format, ...); [[noreturn]] void __lm_abort(void); -/* __lm_light_printf is expected to have less stack use than regular - * __lm_printf, if possible. - */ - -[[gnu::format(printf, 1, 2)]] -size_t __lm_light_printf(const char *format, ...); - /* While newlib defines putchar() to be [[gnu::weak]], pico_stdio does * not. Plus the above about optimizations. */ -- cgit v1.2.3-2-g168b