diff options
-rw-r--r-- | src/node.c | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -17,15 +17,6 @@ #include <stdlib.h> #include <string.h> -#ifdef _WIN32 -# ifndef isnan -# define isnan(x) _isnan(x) -# endif -# ifndef isinf -# define isinf(x) (!_finite(x)) -# endif -#endif - static size_t serd_uri_string_length(const SerdURI* const uri) { |