From 55ed17f97b9a1c1a7ab8918f5dca3a0566b6775c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 20 Mar 2017 10:53:32 +0100 Subject: [PATCH] Removed stray define --- include/internal/catch_capture.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/internal/catch_capture.hpp b/include/internal/catch_capture.hpp index a815f70e..f8ce6cf8 100644 --- a/include/internal/catch_capture.hpp +++ b/include/internal/catch_capture.hpp @@ -50,9 +50,6 @@ INTERNAL_CATCH_REACT( __catchResult ) \ } while( Catch::alwaysFalse() ) - -#define INTERNAL_CATCH_ - #else /////////////////////////////////////////////////////////////////////////////// // In the event of a failure works out if the debugger needs to be invoked