From cd3420740909b3b6a2140b613b591b7556b417a2 Mon Sep 17 00:00:00 2001 From: Damien George Date: Mon, 12 Jan 2015 22:30:49 +0000 Subject: py: Can compile with -Wmissing-declarations and -Wmissing-prototypes. --- stmhal/printf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'stmhal/printf.c') diff --git a/stmhal/printf.c b/stmhal/printf.c index a239e898c..f7a4f1038 100644 --- a/stmhal/printf.c +++ b/stmhal/printf.c @@ -36,8 +36,6 @@ #include "py/formatfloat.h" #endif -int pfenv_vprintf(const pfenv_t *pfenv, const char *fmt, va_list args); - STATIC void stdout_print_strn(void *dummy_env, const char *str, mp_uint_t len) { stdout_tx_strn_cooked(str, len); } -- cgit v1.2.3