diff --git a/software/libbase/vsnprintf.c b/software/libbase/vsnprintf.c index 92ef590cf..a257ab70d 100644 --- a/software/libbase/vsnprintf.c +++ b/software/libbase/vsnprintf.c @@ -22,8 +22,6 @@ #include #include -#define fabsf(x) ((x) > 0.0 ? x : -x) - /** * vsnprintf - Format a string and place it in a buffer * @buf: The buffer to place the result into