Remove superfluous comment

This commit is contained in:
Martin Hořeňovský 2018-02-08 13:09:02 +01:00
parent 39bfc6e82b
commit 1b2fa601c6
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
namespace Catch {
bool uncaught_exceptions() {
// https://github.com/catchorg/Catch2/issues/1162
#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
return std::uncaught_exceptions() > 0;
#else