diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-05 15:41:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-05 15:41:40 +0200 |
| commit | 71b372e6f08b2f40fbd043c80b56bdb8d2c0b5a0 (patch) | |
| tree | eaae225629ae6101db6094b046f319df4f6aba7a /src/pipeline.cpp | |
| parent | 09367628bfe698d6a73a1b928bcf611ea675103d (diff) | |
| parent | b91af0075a7e8a189e2cd443a823a0798e0b9ed9 (diff) | |
| download | PROJ-71b372e6f08b2f40fbd043c80b56bdb8d2c0b5a0.tar.gz PROJ-71b372e6f08b2f40fbd043c80b56bdb8d2c0b5a0.zip | |
Merge pull request #2841 from rouault/cppcheck_fixes
Cppcheck fixes
Diffstat (limited to 'src/pipeline.cpp')
| -rw-r--r-- | src/pipeline.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pipeline.cpp b/src/pipeline.cpp index 74ab2488..c001ba27 100644 --- a/src/pipeline.cpp +++ b/src/pipeline.cpp @@ -566,11 +566,6 @@ PJ *OPERATION(pipeline,0) { pj->left = right_pj_left; pj->right = right_pj_left; } - else if (right_pj_right != PJ_IO_UNITS_WHATEVER) - { - pj->left = right_pj_right; - pj->right = right_pj_right; - } } } @@ -585,11 +580,6 @@ PJ *OPERATION(pipeline,0) { pj->left = left_pj_right; pj->right = left_pj_right; } - else if (left_pj_left != PJ_IO_UNITS_WHATEVER) - { - pj->left = left_pj_left; - pj->right = left_pj_left; - } } } |
