]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove unused variable names 3934/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 7 Feb 2017 16:24:49 +0000 (11:24 -0500)
committerTimo Heister <timo.heister@gmail.com>
Tue, 7 Feb 2017 16:26:24 +0000 (11:26 -0500)
MSVC complains about this...

source/base/parameter_handler.cc

index ccf56d3c9dabdc4a3eadc20ce9bf95fd29959448..c4da6067da31cae54537c87d7afb64502bfd9e2d 100644 (file)
@@ -1612,7 +1612,7 @@ bool ParameterHandler::read_input (std::istream &input,
       parse_input(input, filename, last_line);
       return true;
     }
-  catch (const ExcIO &exc)
+  catch (const ExcIO &)
     {
       throw;
     }
@@ -1785,7 +1785,7 @@ ParameterHandler::read_input_from_string (const char *s,
       parse_input_from_string (s, last_line);
       return true;
     }
-  catch (const ExcIO &exc)
+  catch (const ExcIO &)
     {
       throw;
     }
@@ -1902,7 +1902,7 @@ bool ParameterHandler::read_input_from_xml(std::istream &in)
       parse_input_from_xml (in);
       return true;
     }
-  catch (const ExcIO &exc)
+  catch (const ExcIO &)
     {
       throw;
     }
@@ -3125,7 +3125,7 @@ MultipleParameterLoop::read_input (std::istream &input,
       MultipleParameterLoop::parse_input(input, filename, last_line);
       return true;
     }
-  catch (const ExcIO &exc)
+  catch (const ExcIO &)
     {
       throw;
     }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.