That wasnt supposed to be there.

This commit is contained in:
Ben "root" Anderson
2013-10-25 19:16:18 -05:00
parent d8cab4da7f
commit 4ff5fe367a
-3
View File
@@ -141,9 +141,6 @@ static inline int64_t llabs( int64_t i ) { return i >= 0? i: -i; }
// MinGW provides us with this function already
#if !defined(__MINGW32__)
#if defined(__GNUC__)
#error "MSVC asm syntax ahead"
#endif
inline long int lrintf( float f )
{
int retval;