From: Magdalena Schreter Date: Tue, 28 Mar 2023 20:21:04 +0000 (+0200) Subject: remove unused variable X-Git-Tag: v9.5.0-rc1~403^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14986%2Fhead;p=dealii.git remove unused variable --- diff --git a/examples/step-70/step-70.cc b/examples/step-70/step-70.cc index 98b375419c..c3f935cb5d 100644 --- a/examples/step-70/step-70.cc +++ b/examples/step-70/step-70.cc @@ -639,8 +639,6 @@ namespace Step70 DoFHandler fluid_dh; DoFHandler solid_dh; - std::unique_ptr> solid_mapping; - // Similarly to how things are done in step-22, we use a block system to // treat the Stokes part of the problem, and follow very closely what was // done there.