Remove unused function in Clara

This commit is contained in:
Martin Hořeňovský 2022-04-17 23:30:40 +02:00
parent 7b93a2014c
commit 6bdc7e1a65
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 0 additions and 6 deletions

View File

@ -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);