software/libbase: remove fabsf

This commit is contained in:
Sebastien Bourdeauducq 2012-05-28 19:48:20 +02:00
parent 771a27d964
commit e982571953
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@
#include <string.h>
#include <ctype.h>
#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