From d4a97ecd010afb0997c1fcc5320db86e0b7e9269 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Mon, 18 Feb 2019 12:42:38 +0000 Subject: [PATCH] COMP: Removed unused variable --- src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C index afbbfa9107..c72f0ce2ec 100644 --- a/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C +++ b/src/sampling/sampledSurface/sampledSurfaces/sampledSurfaces.C @@ -300,7 +300,6 @@ bool Foam::sampledSurfaces::read(const dictionary& dict) // The surface writer and format options const word writerType(dict.get("surfaceFormat")); - const dictionary& formatOptions = dict.subOrEmptyDict("formatOptions"); // Define the surface formatter // Optionally defined extra controls for the output formats