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(); }