From 9e84406dba7a20cf7d1f14c1706b8850e7f10bcf Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 5 Dec 2019 11:43:17 -0500 Subject: [PATCH] Delete some used code. --- source/base/function_parser.cc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/base/function_parser.cc b/source/base/function_parser.cc index 7758c114b4..291b4b4f16 100644 --- a/source/base/function_parser.cc +++ b/source/base/function_parser.cc @@ -28,15 +28,6 @@ #ifdef DEAL_II_WITH_MUPARSER # include -#else - - - -namespace fparser -{ - class FunctionParser - {}; -} // namespace fparser #endif DEAL_II_NAMESPACE_OPEN -- 2.39.5