From 4bb5771fbc813ce3a71413418f4e926978f21be8 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 30 Apr 2018 09:45:32 +0200 Subject: Remove unneeded pj_is_nan definition --- src/proj_internal.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/proj_internal.h b/src/proj_internal.h index 1aca9201..30a4a89e 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -118,12 +118,6 @@ void proj_fileapi_set (PJ *P, void *fileapi); const char * const *proj_get_searchpath(void); int proj_get_path_count(void); -#if HAVE_C99_MATH -#define pj_is_nan isnan -#else -int pj_is_nan (double val); -#endif - #ifdef __cplusplus } #endif -- cgit v1.2.3