From 9c318af98728778d84e05d2f9f93c4f6943bbb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 12 Jul 2017 14:46:49 +0200 Subject: [PATCH] Remove obsolete GENERATE macro --- include/catch.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/catch.hpp b/include/catch.hpp index ccf695c6..ccbfd28e 100644 --- a/include/catch.hpp +++ b/include/catch.hpp @@ -142,8 +142,6 @@ LeakDetector leakDetector; #define CATCH_REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, reporterType ) -#define CATCH_GENERATE( expr) INTERNAL_CATCH_GENERATE( expr ) - // "BDD-style" convenience wrappers #define CATCH_SCENARIO( ... ) CATCH_TEST_CASE( "Scenario: " __VA_ARGS__ ) #define CATCH_SCENARIO_METHOD( className, ... ) INTERNAL_CATCH_TEST_CASE_METHOD( className, "Scenario: " __VA_ARGS__ ) @@ -210,8 +208,6 @@ LeakDetector leakDetector; #define REGISTER_REPORTER( name, reporterType ) INTERNAL_CATCH_REGISTER_REPORTER( name, reporterType ) -#define GENERATE( expr) INTERNAL_CATCH_GENERATE( expr ) - #endif #define CATCH_TRANSLATE_EXCEPTION( signature ) INTERNAL_CATCH_TRANSLATE_EXCEPTION( signature )