remove duplicate code

This commit is contained in:
Wolf Vollprecht 2019-03-21 14:22:24 +01:00
parent 8b248da01c
commit ed449e5817
1 changed files with 0 additions and 6 deletions

View File

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