Remove unneccessary prototypes

svn path=/branches/cmake-bringup/; revision=49643
This commit is contained in:
Timo Kreuzer 2010-11-19 18:57:51 +00:00
parent da6504af5d
commit 5312a38c2f

View file

@ -127,8 +127,6 @@ int access_dirW(const wchar_t *_path);
int _isnanl(long double x); int _isnanl(long double x);
int _isinfl(long double x); int _isinfl(long double x);
int _isnan(double x);
int _isinf(double x);
/* Flags for the iobuf structure (for reference) */ /* Flags for the iobuf structure (for reference) */
#if 0 #if 0