aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-30 09:45:32 +0200
committerKristian Evers <kristianevers@gmail.com>2018-04-30 09:45:32 +0200
commit4bb5771fbc813ce3a71413418f4e926978f21be8 (patch)
tree0f1291df9bbe5a38457c527b526b1c2a847b8aa1 /src
parent5bbeb0c6fc80b05f6ae92cf4fbc25f4fb41201cf (diff)
downloadPROJ-4bb5771fbc813ce3a71413418f4e926978f21be8.tar.gz
PROJ-4bb5771fbc813ce3a71413418f4e926978f21be8.zip
Remove unneeded pj_is_nan definition
Diffstat (limited to 'src')
-rw-r--r--src/proj_internal.h6
1 files changed, 0 insertions, 6 deletions
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