diff options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/binaryparagraph.h | 1 | ||||
| -rw-r--r-- | toolsrc/include/vcpkg/sourceparagraph.h | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/toolsrc/include/vcpkg/binaryparagraph.h b/toolsrc/include/vcpkg/binaryparagraph.h index a95a68090..8099367c2 100644 --- a/toolsrc/include/vcpkg/binaryparagraph.h +++ b/toolsrc/include/vcpkg/binaryparagraph.h @@ -40,7 +40,6 @@ namespace vcpkg std::vector<std::string> default_features; std::vector<std::string> depends; std::string abi; - SourceParagraph::TYPE type; std::unordered_map<std::string, std::string> external_files; mutable ConsistencyState consistency = ConsistencyState::UNKNOWN; diff --git a/toolsrc/include/vcpkg/sourceparagraph.h b/toolsrc/include/vcpkg/sourceparagraph.h index 9a1c2c843..9fbd83475 100644 --- a/toolsrc/include/vcpkg/sourceparagraph.h +++ b/toolsrc/include/vcpkg/sourceparagraph.h @@ -46,12 +46,6 @@ namespace vcpkg /// </summary> struct SourceParagraph { - enum TYPE : unsigned - { - PORT = 0, - SYS_TOOL, - }; - std::string name; std::string version; std::string description; @@ -60,10 +54,6 @@ namespace vcpkg std::vector<std::string> supports; std::vector<Dependency> depends; std::vector<std::string> default_features; - TYPE type; - - static TYPE type_from_string(const std::string& in); - static std::string string_from_type(const TYPE& in); }; /// <summary> |
