mirror of https://github.com/mamba-org/mamba.git
remove duplicate code
This commit is contained in:
parent
8b248da01c
commit
ed449e5817
|
@ -18,12 +18,6 @@ extern "C"
|
|||
|
||||
#include <iostream>
|
||||
|
||||
struct parsed_relation {
|
||||
int relation = -1;
|
||||
bool fuzzy = false;
|
||||
std::string_view version;
|
||||
};
|
||||
|
||||
// TODO better concat
|
||||
std::string normalize_version(std::string_view version, int build_number)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue