diff --git a/src/atlas/interpolation/method/cubedsphere/CubedSphereBilinear.cc b/src/atlas/interpolation/method/cubedsphere/CubedSphereBilinear.cc index b6e730b07..366df8cfe 100644 --- a/src/atlas/interpolation/method/cubedsphere/CubedSphereBilinear.cc +++ b/src/atlas/interpolation/method/cubedsphere/CubedSphereBilinear.cc @@ -33,9 +33,6 @@ void CubedSphereBilinear::do_setup(const FunctionSpace& source, const FunctionSp ATLAS_ASSERT(ncSource); ATLAS_ASSERT(target_); - // Add tile index metadata to target. - target_->metadata().set("tile index", std::vector{}); - // Enable or disable halo exchange. this->allow_halo_exchange_ = halo_exchange_;