lib: libc: minimal: remove outdated comment

The referenced functions may not have been implemented back in 2015,
but they are now.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-12-21 08:10:50 -06:00 committed by Anas Nashif
commit 9d14f72593

View file

@ -31,11 +31,6 @@ typedef int FILE;
#define stdout ((FILE *) 2)
#define stderr ((FILE *) 3)
/*
* NOTE: This libc implementation does not define the routines
* declared below.
*/
int __printf_like(1, 2) printf(const char *_MLIBC_RESTRICT fmt, ...);
int __printf_like(3, 4) snprintf(char *_MLIBC_RESTRICT s, size_t len,
const char *_MLIBC_RESTRICT fmt, ...);