From 6d750d48c7197ab30efc94f90db1a5724a111c4e Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Thu, 21 Jan 2016 15:56:07 +0100
Subject: [PATCH] [PL] GWF: Remove no longer needed process var ptr.

---
 ProcessLib/GroundwaterFlowProcess.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ProcessLib/GroundwaterFlowProcess.h b/ProcessLib/GroundwaterFlowProcess.h
index 5e811c3af70..a0111498e18 100644
--- a/ProcessLib/GroundwaterFlowProcess.h
+++ b/ProcessLib/GroundwaterFlowProcess.h
@@ -75,7 +75,6 @@ public:
                 name.c_str());
             this->_process_variables.emplace_back(
                 const_cast<ProcessVariable*>(&*variable));
-            _hydraulic_head = this->_process_variables.back();
         }
 
         // Hydraulic conductivity parameter.
@@ -249,8 +248,6 @@ public:
     }
 
 private:
-    ProcessVariable* _hydraulic_head = nullptr;
-
     Parameter<double, MeshLib::Element const&> const* _hydraulic_conductivity = nullptr;
 
     using LocalAssembler = GroundwaterFlow::LocalAssemblerDataInterface<
-- 
GitLab