From 51eac273aad1b23b947e104bdc69119dc8818624 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Tue, 31 Jul 2018 15:38:27 +0200 Subject: [PATCH] STYLE: remove unused variable --- .../postProcessing/dataConversion/foamToGMV/foamToGMV.C | 4 ---- 1 file changed, 4 deletions(-) diff --git a/applications/utilities/postProcessing/dataConversion/foamToGMV/foamToGMV.C b/applications/utilities/postProcessing/dataConversion/foamToGMV/foamToGMV.C index a03b16e674b..65eeadaca90 100644 --- a/applications/utilities/postProcessing/dataConversion/foamToGMV/foamToGMV.C +++ b/applications/utilities/postProcessing/dataConversion/foamToGMV/foamToGMV.C @@ -45,10 +45,8 @@ Description // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // - int main(int argc, char *argv[]) { - const label nTypes = 4; const wordList fieldTypes ({ "volScalarField", @@ -58,10 +56,8 @@ int main(int argc, char *argv[]) }); #include "setRootCase.H" - #include "createTime.H" #include "createNamedMesh.H" - #include "readConversionProperties.H" // get the available time-steps -- GitLab