func_create_ff.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-10 18:00:29 -05:00
parent 782ed152ec
commit b36fa27ebf

View File

@ -28,22 +28,6 @@ Func2::CreateFF::~CreateFF()
namespace l
{
bool
fnmatch(std::vector<std::string> const &patterns_,
const char *string_)
{
int rv;
for(auto const &pattern : patterns_)
{
rv = ::fnmatch(patterns_.c_str(),string_,FNM_EXTMATCH);
if(rv == 0)
return true;
}
return false;
}
static
int
create(Branches2 &branches_,