Skip to content

Commit

Permalink
Deprecate Create Setter Method test CSM29
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LegalizeAdulthood committed Jan 14, 2024
1 parent 3dcdd62 commit 8aa2d9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions RefactorTest/CreateSetterMethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,7 @@ struct CreateSetterMethodTemplateStruct
// #TEST#: CSM28 Create setter method
static T *_stp;

#if 0
// #TEST#: CSM29 Create setter method
static std::vector<T> _stv;
#endif
// #TEST#: CSM29 (deprecated)
};

union CreateSetterMethodUnion
Expand Down

0 comments on commit 8aa2d9a

Please sign in to comment.