diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-15 18:48:06 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-15 18:48:06 -0800 |
| commit | e11db4d5da2e471d6066c635cc370f8f9e88670a (patch) | |
| tree | 950088c008f04fb3594e4f41efd7de48b7bb6e6f /toolsrc/src/BinaryParagraph.cpp | |
| parent | 50187c07a73216ae30c26c70bd821e8455c221de (diff) | |
| download | vcpkg-e11db4d5da2e471d6066c635cc370f8f9e88670a.tar.gz vcpkg-e11db4d5da2e471d6066c635cc370f8f9e88670a.zip | |
Remove unused function
Diffstat (limited to 'toolsrc/src/BinaryParagraph.cpp')
| -rw-r--r-- | toolsrc/src/BinaryParagraph.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/toolsrc/src/BinaryParagraph.cpp b/toolsrc/src/BinaryParagraph.cpp index f949677a3..8605cd276 100644 --- a/toolsrc/src/BinaryParagraph.cpp +++ b/toolsrc/src/BinaryParagraph.cpp @@ -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) |
