diff options
| author | Charles Karney <charles.karney@sri.com> | 2019-09-18 14:25:15 -0400 |
|---|---|---|
| committer | Charles Karney <charles.karney@sri.com> | 2019-09-18 14:25:15 -0400 |
| commit | 646da7bf3868090ec8ac2d05ab63781de86be64b (patch) | |
| tree | f81f4da4ac56d65e57cade596d462253e2b21217 /src/lib_proj.cmake | |
| parent | 329e7a9be67c15936488ef37739df065a4b81bf7 (diff) | |
| download | PROJ-646da7bf3868090ec8ac2d05ab63781de86be64b.tar.gz PROJ-646da7bf3868090ec8ac2d05ab63781de86be64b.zip | |
math.cpp removed since its isnan isn't used. Keep proj_math.h (which
just includes math.h and limits.h) since it's included in a score of
places.
Diffstat (limited to 'src/lib_proj.cmake')
| -rw-r--r-- | src/lib_proj.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib_proj.cmake b/src/lib_proj.cmake index d1d6f766..f414e955 100644 --- a/src/lib_proj.cmake +++ b/src/lib_proj.cmake @@ -249,7 +249,6 @@ set(SRC_LIBPROJ_CORE list.cpp log.cpp malloc.cpp - math.cpp mlfn.cpp msfn.cpp mutex.cpp |
