From ea2bf0414db689adb0e0c55dca7798dd7a9cbb68 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 17 Mar 2022 16:01:23 +0000 Subject: [PATCH] COMP: PatchTools: unused typedef --- .../meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C index 81e587ed4b..d5db54c949 100644 --- a/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C +++ b/src/OpenFOAM/meshes/primitiveMesh/PatchTools/PatchToolsGatherAndMerge.C @@ -51,7 +51,6 @@ void Foam::PatchTools::gatherAndMerge ) { typedef typename PrimitivePatch::face_type FaceType; - typedef typename PrimitivePatch::point_type PointType; // Faces from all ranks const globalIndex faceAddr(pp.size(), globalIndex::gatherOnly{});