aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_sch.c
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-11-13 00:33:40 +0100
committerGitHub <noreply@github.com>2017-11-13 00:33:40 +0100
commit06b2f944d7844bb898ace8a7973f9182aa2234b1 (patch)
tree8cdf833ad2e3ee2c84a53404cad23cc22c57db92 /src/PJ_sch.c
parent1d54ce2b6f47b9d60bfd28ad0d33a883be3d510a (diff)
downloadPROJ-06b2f944d7844bb898ace8a7973f9182aa2234b1.tar.gz
PROJ-06b2f944d7844bb898ace8a7973f9182aa2234b1.zip
Removed remaining traces of the built in selftest system (#661)
* Removed remaining traces of the builtin selftest system. Moved all functionality to test/gie * Updated Appveyor and Travis build scripts * Another appveyor script update
Diffstat (limited to 'src/PJ_sch.c')
-rw-r--r--src/PJ_sch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/PJ_sch.c b/src/PJ_sch.c
index 4ea3404d..c404fc9a 100644
--- a/src/PJ_sch.c
+++ b/src/PJ_sch.c
@@ -226,7 +226,3 @@ PJ *PROJECTION(sch) {
return setup(P);
}
-/* Skipping sef-test since the test system is not capable of handling
- * 3D coordinate systems for the time being. Relying on tests in ../nad/
- */
-int pj_sch_selftest (void) {return 10000;}