From 8aa2d9a54afb81d301f0baa7d04bdc71b73aa834 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 14 Jan 2024 13:58:48 -0700 Subject: [PATCH] Deprecate Create Setter Method test CSM29 The use case was about code that is currently ifdef'ed out. Rather than address this a single test case in Create Setter Method, a more comprehensive test series is needed. See issue #56. --- RefactorTest/CreateSetterMethod.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/RefactorTest/CreateSetterMethod.h b/RefactorTest/CreateSetterMethod.h index 7fb5973..45731aa 100644 --- a/RefactorTest/CreateSetterMethod.h +++ b/RefactorTest/CreateSetterMethod.h @@ -135,10 +135,7 @@ struct CreateSetterMethodTemplateStruct // #TEST#: CSM28 Create setter method static T *_stp; -#if 0 - // #TEST#: CSM29 Create setter method - static std::vector _stv; -#endif + // #TEST#: CSM29 (deprecated) }; union CreateSetterMethodUnion