Remove unnecessary code

This commit is contained in:
Alex Kotov 2022-01-20 01:20:10 +05:00
parent 91fddc0ff5
commit 3bca7e6374
1 changed files with 0 additions and 4 deletions

View File

@ -106,10 +106,6 @@ static size_t _ntoa_long_long(out_fct_type out, char* buffer, size_t idx, size_t
#ifdef ENABLE_FLOAT #ifdef ENABLE_FLOAT
static size_t _ftoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsigned int prec, unsigned int width, unsigned int flags); static size_t _ftoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsigned int prec, unsigned int width, unsigned int flags);
#ifdef PRINTF_SUPPORT_EXPONENTIAL
static size_t _etoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsigned int prec, unsigned int width, unsigned int flags);
#endif // PRINTF_SUPPORT_EXPONENTIAL
#ifdef PRINTF_SUPPORT_EXPONENTIAL #ifdef PRINTF_SUPPORT_EXPONENTIAL
static size_t _etoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsigned int prec, unsigned int width, unsigned int flags); static size_t _etoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsigned int prec, unsigned int width, unsigned int flags);
#endif // PRINTF_SUPPORT_EXPONENTIAL #endif // PRINTF_SUPPORT_EXPONENTIAL