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