aboutsummaryrefslogtreecommitdiff
path: root/src/errno.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-11-18 10:43:16 +0100
committerKristian Evers <kristianevers@gmail.com>2020-11-20 16:40:40 +0100
commit56f0ad70054eea15e9671cd67aafd14bf7c11c74 (patch)
tree0b12d37bc05a327b3db460d9b81eb11a32302737 /src/errno.cpp
parent43efca4ab87fb37a0931edcb6be11c0bd3784098 (diff)
downloadPROJ-56f0ad70054eea15e9671cd67aafd14bf7c11c74.tar.gz
PROJ-56f0ad70054eea15e9671cd67aafd14bf7c11c74.zip
Remove pj_errno and related functions
Diffstat (limited to 'src/errno.cpp')
-rw-r--r--src/errno.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/errno.cpp b/src/errno.cpp
deleted file mode 100644
index 4f3119b3..00000000
--- a/src/errno.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-/* For full ANSI compliance of global variable */
-
-#include "proj.h"
-#include "proj_internal.h"
-
-int pj_errno = 0;
-
-/************************************************************************/
-/* pj_get_errno_ref() */
-/************************************************************************/
-
-int *pj_get_errno_ref()
-
-{
- return &pj_errno;
-}
-
-/* end */