From ce583d3536e7f193cb0f3c324aa31c336264b449 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 5 Dec 2019 11:25:32 -0500 Subject: [PATCH] Remove an unused using declaration. --- doc/news/changes/incompatibilities/20191205DavidWells | 3 +++ include/deal.II/base/function_parser.h | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 doc/news/changes/incompatibilities/20191205DavidWells 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. * -- 2.39.5