From: David Wells Date: Thu, 5 Dec 2019 16:25:32 +0000 (-0500) Subject: Remove an unused using declaration. X-Git-Tag: v9.2.0-rc1~800^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce583d3536e7f193cb0f3c324aa31c336264b449;p=dealii.git Remove an unused using declaration. --- diff --git a/doc/news/changes/incompatibilities/20191205DavidWells b/doc/news/changes/incompatibilities/20191205DavidWells new file mode 100644 index 0000000000..e6d55df1d6 --- /dev/null +++ b/doc/news/changes/incompatibilities/20191205DavidWells @@ -0,0 +1,3 @@ +Removed: The type alias FunctionParser::ConstMapIterator has been removed. +
+(David Wells, 2019/12/05) diff --git a/include/deal.II/base/function_parser.h b/include/deal.II/base/function_parser.h index 27e71cb1c4..947d6ce72e 100644 --- a/include/deal.II/base/function_parser.h +++ b/include/deal.II/base/function_parser.h @@ -280,11 +280,6 @@ public: */ using ConstMap = std::map; - /** - * Iterator for the constants map. Used by the initialize() method. - */ - using ConstMapIterator = ConstMap::iterator; - /** * Initialize the object by setting the actual parsed functions. *