mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Remove unused function in Clara
This commit is contained in:
parent
7b93a2014c
commit
6bdc7e1a65
@ -588,12 +588,6 @@ namespace Catch {
|
||||
std::shared_ptr<std::string> m_name;
|
||||
std::shared_ptr<Detail::BoundValueRefBase> m_ref;
|
||||
|
||||
template <typename LambdaT>
|
||||
static auto makeRef(LambdaT const& lambda)
|
||||
-> std::shared_ptr<Detail::BoundValueRefBase> {
|
||||
return std::make_shared<Detail::BoundLambda<LambdaT>>(lambda);
|
||||
}
|
||||
|
||||
public:
|
||||
ExeName();
|
||||
explicit ExeName(std::string& ref);
|
||||
|
Loading…
Reference in New Issue
Block a user