Skip to content

Commit

Permalink
Merge Pull Request #6891 from jeforster/Trilinos/thyra-remove-depreca…
Browse files Browse the repository at this point in the history
…ted-6655

Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Thyra: Removed Deprecated printTestResults
PR Author: jeforster
  • Loading branch information
trilinos-autotester authored Mar 18, 2020
2 parents b5f2483 + 932ef15 commit a08a8ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,6 @@ void Thyra::printTestResults(
}


void Thyra::printTestResults(
const bool result,
const std::string &test_summary,
const bool show_all_tests,
bool *success,
std::ostream *out
)
{
using Teuchos::ptr;
printTestResults(result, test_summary, show_all_tests,
ptr(success), ptr(out));
}


// TestResultsPrinter


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,6 @@ void printTestResults(
const Ptr<std::ostream> &out
);

/** \brief Deprecated (call overload without raw pointers). */
THYRA_DEPRECATED void printTestResults(
const bool result,
const std::string &test_summary,
const bool show_all_tests,
bool *success,
std::ostream *out
);

/** \brief Control printing of test results.
*
* This class is designed to help control printing of test results and to help
Expand Down

0 comments on commit a08a8ce

Please sign in to comment.