Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Nov 13, 2023
1 parent af6df40 commit 044f463
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions libmamba/src/core/channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,19 +206,6 @@ namespace mamba
return filters.empty() ? defaults : filters;
}

auto
make_platforms(util::flat_set<std::string> filters, const std::vector<std::string>& defaults)
{
if (filters.empty())
{
for (const auto& plat : defaults)
{
filters.insert(plat);
}
}
return filters;
}

auto resolve_path_name(const specs::CondaURL& uri, Channel::ResolveParams params)
-> std::string
{
Expand Down

0 comments on commit 044f463

Please sign in to comment.