mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-12-05 01:36:28 +00:00
Remove unused function
This commit is contained in:
parent
50187c07a7
commit
e11db4d5da
@ -23,22 +23,6 @@ namespace vcpkg
|
||||
static const std::string DEPENDS = "Depends";
|
||||
}
|
||||
|
||||
static const std::vector<std::string>& get_list_of_valid_fields()
|
||||
{
|
||||
static const std::vector<std::string> valid_fields =
|
||||
{
|
||||
BinaryParagraphRequiredField::PACKAGE,
|
||||
BinaryParagraphRequiredField::VERSION,
|
||||
BinaryParagraphRequiredField::ARCHITECTURE,
|
||||
|
||||
BinaryParagraphOptionalField::DESCRIPTION,
|
||||
BinaryParagraphOptionalField::MAINTAINER,
|
||||
BinaryParagraphOptionalField::DEPENDS
|
||||
};
|
||||
|
||||
return valid_fields;
|
||||
}
|
||||
|
||||
BinaryParagraph::BinaryParagraph() = default;
|
||||
|
||||
BinaryParagraph::BinaryParagraph(std::unordered_map<std::string, std::string> fields)
|
||||
|
Loading…
Reference in New Issue
Block a user