diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-04-30 09:45:32 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-04-30 09:45:32 +0200 |
| commit | 4bb5771fbc813ce3a71413418f4e926978f21be8 (patch) | |
| tree | 0f1291df9bbe5a38457c527b526b1c2a847b8aa1 /src | |
| parent | 5bbeb0c6fc80b05f6ae92cf4fbc25f4fb41201cf (diff) | |
| download | PROJ-4bb5771fbc813ce3a71413418f4e926978f21be8.tar.gz PROJ-4bb5771fbc813ce3a71413418f4e926978f21be8.zip | |
Remove unneeded pj_is_nan definition
Diffstat (limited to 'src')
| -rw-r--r-- | src/proj_internal.h | 6 |
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 |
