aboutsummaryrefslogtreecommitdiff
path: root/src/apps/projinfo.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-02-27 23:12:53 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-02-27 23:35:36 +0100
commitfb87c671f11b5a3a41828727a8b57f6c8397fc79 (patch)
tree6c7f0d5b9324323477c98c7a2df0804e24ffe20e /src/apps/projinfo.cpp
parentf3561e5749fefd957f67cc631378d1c39161a310 (diff)
downloadPROJ-fb87c671f11b5a3a41828727a8b57f6c8397fc79.tar.gz
PROJ-fb87c671f11b5a3a41828727a8b57f6c8397fc79.zip
Fix warnings of latest cppcheck master
Diffstat (limited to 'src/apps/projinfo.cpp')
-rw-r--r--src/apps/projinfo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/apps/projinfo.cpp b/src/apps/projinfo.cpp
index 41a95237..1e58cfb0 100644
--- a/src/apps/projinfo.cpp
+++ b/src/apps/projinfo.cpp
@@ -329,9 +329,6 @@ static void outputObject(
if (projStringExportable) {
if (outputOpt.PROJ5) {
try {
- if (alreadyOutputed) {
- std::cout << std::endl;
- }
auto crs = nn_dynamic_pointer_cast<CRS>(obj);
if (!outputOpt.quiet) {
if (crs) {