From 08916e83a22cbf62c14e462d6ac7abec3a7246ae Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 30 Apr 2010 12:12:11 +0100 Subject: [PATCH] STYLE: Remove unused code. --- .../directMappedFixedValueFvPatchField.C | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C index 27b5adcbbb..f988a562ab 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/directMappedFixedValue/directMappedFixedValueFvPatchField.C @@ -112,13 +112,6 @@ directMappedFixedValueFvPatchField::directMappedFixedValueFvPatchField << " in file " << this->dimensionedInternalField().objectPath() << exit(FatalError); } - - //// Force calculation of schedule (uses parallel comms) - //const directMappedPatchBase& mpp = refCast - //( - // this->patch().patch() - //); - //(void)mpp.map().schedule(); }