From: Wolfgang Bangerth Date: Sun, 28 Feb 2021 11:39:40 +0000 (+0100) Subject: Remove a commented-out part of code. X-Git-Tag: v9.3.0-rc1~403^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11823%2Fhead;p=dealii.git Remove a commented-out part of code. --- diff --git a/tests/sundials/kinsol_01.cc b/tests/sundials/kinsol_01.cc index 54c17718a2..0b616f1db4 100644 --- a/tests/sundials/kinsol_01.cc +++ b/tests/sundials/kinsol_01.cc @@ -43,13 +43,6 @@ main(int argc, char **argv) ParameterHandler prm; data.add_parameters(prm); - if (false) - { - std::ofstream ofile(SOURCE_DIR "/kinsol_01.prm"); - prm.print_parameters(ofile, ParameterHandler::ShortText); - ofile.close(); - } - std::ifstream ifile(SOURCE_DIR "/kinsol_01.prm"); prm.parse_input(ifile);