From 1dd8038c77e206979ad2115d77532ae804fc7704 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Tue, 29 Aug 2017 23:05:35 +0200 Subject: [PATCH] [PL] TM: Remove unused forward declarations. --- .../ThermoMechanics/ThermoMechanicsProcess-fwd.h | 15 --------------- .../ThermoMechanics/ThermoMechanicsProcess.cpp | 1 - 2 files changed, 16 deletions(-) delete mode 100644 ProcessLib/ThermoMechanics/ThermoMechanicsProcess-fwd.h diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess-fwd.h b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess-fwd.h deleted file mode 100644 index fc48ba4a62a..00000000000 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess-fwd.h +++ /dev/null @@ -1,15 +0,0 @@ -/** - * \copyright - * Copyright (c) 2012-2017, OpenGeoSys Community (http://www.opengeosys.org) - * Distributed under a Modified BSD License. - * See accompanying file LICENSE.txt or - * http://www.opengeosys.org/project/license - * - */ - -#pragma once - -#include "ThermoMechanicsProcess.h" - -extern template class ProcessLib::ThermoMechanics::ThermoMechanicsProcess<2>; -extern template class ProcessLib::ThermoMechanics::ThermoMechanicsProcess<3>; diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp index 55fddd02e3d..d13a871acbc 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsProcess.cpp @@ -8,7 +8,6 @@ */ #include "ThermoMechanicsProcess.h" -#include "ThermoMechanicsProcess-fwd.h" namespace ProcessLib { -- GitLab