From: David Wells Date: Thu, 5 Dec 2019 16:43:17 +0000 (-0500) Subject: Delete some used code. X-Git-Tag: v9.2.0-rc1~800^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e84406dba7a20cf7d1f14c1706b8850e7f10bcf;p=dealii.git Delete some used code. --- 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