From 1b2fa601c6e26cae85705bcdb2f701c3c20c9fcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 8 Feb 2018 13:09:02 +0100 Subject: [PATCH] Remove superfluous comment --- include/internal/catch_uncaught_exceptions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/internal/catch_uncaught_exceptions.cpp b/include/internal/catch_uncaught_exceptions.cpp index 0e47a04d..b990ccd8 100644 --- a/include/internal/catch_uncaught_exceptions.cpp +++ b/include/internal/catch_uncaught_exceptions.cpp @@ -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