From 5312a38c2fb36ee4a481c98a8577efdf521bc96a Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Fri, 19 Nov 2010 18:57:51 +0000 Subject: [PATCH] [CRT] Remove unneccessary prototypes svn path=/branches/cmake-bringup/; revision=49643 --- lib/sdk/crt/include/internal/file.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sdk/crt/include/internal/file.h b/lib/sdk/crt/include/internal/file.h index bb175fe42ea..247aa48bec9 100644 --- a/lib/sdk/crt/include/internal/file.h +++ b/lib/sdk/crt/include/internal/file.h @@ -127,8 +127,6 @@ int access_dirW(const wchar_t *_path); int _isnanl(long double x); int _isinfl(long double x); -int _isnan(double x); -int _isinf(double x); /* Flags for the iobuf structure (for reference) */ #if 0