From 73f3e9a0337fc757edceda60936785c7a20f95c0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Dec 2024 16:19:19 -0500 Subject: Remove old Windows compatibility gunk --- src/node.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') diff --git a/src/node.c b/src/node.c index 0956ec97..5016adec 100644 --- a/src/node.c +++ b/src/node.c @@ -17,15 +17,6 @@ #include #include -#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) { -- cgit v1.2.1