From fb87c671f11b5a3a41828727a8b57f6c8397fc79 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 27 Feb 2020 23:12:53 +0100 Subject: Fix warnings of latest cppcheck master --- src/apps/projinfo.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/apps/projinfo.cpp') 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(obj); if (!outputOpt.quiet) { if (crs) { -- cgit v1.2.3