From 9c9e5240274d43b60ab6e3cf93239135ab8eb201 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Fri, 8 May 2020 11:15:43 +0200
Subject: [PATCH] [cleanup] Remove unused typedefs

---
 dumux/porousmediumflow/fluxvariables.hh | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dumux/porousmediumflow/fluxvariables.hh b/dumux/porousmediumflow/fluxvariables.hh
index ceab3a70b4..383f3b3e99 100644
--- a/dumux/porousmediumflow/fluxvariables.hh
+++ b/dumux/porousmediumflow/fluxvariables.hh
@@ -53,15 +53,6 @@ class PorousMediumFluxVariables
 {
     using Scalar = GetPropType<TypeTag, Properties::Scalar>;
     using ModelTraits = GetPropType<TypeTag, Properties::ModelTraits>;
-    using GridGeometry = GetPropType<TypeTag, Properties::GridGeometry>;
-    using FVElementGeometry = typename GridGeometry::LocalView;
-    using GridView = typename GridGeometry::GridView;
-    using Element = typename GridView::template Codim<0>::Entity;
-    using SubControlVolumeFace = typename FVElementGeometry::SubControlVolumeFace;
-
-    using VolumeVariables = GetPropType<TypeTag, Properties::VolumeVariables>;
-    using ElementVolumeVariables = typename GetPropType<TypeTag, Properties::GridVolumeVariables>::LocalView;
-    using ElementFluxVariablesCache = typename GetPropType<TypeTag, Properties::GridFluxVariablesCache>::LocalView;
 
     enum
     {
-- 
GitLab