From e446bdb71069bd771d8db99ac076f179997a0fb7 Mon Sep 17 00:00:00 2001 From: Magdalena Schreter Date: Tue, 28 Mar 2023 22:21:04 +0200 Subject: [PATCH] remove unused variable --- examples/step-70/step-70.cc | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.5