mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 02:59:00 +08:00
Remove unused function
This commit is contained in:
parent
573fc23f64
commit
39772adbfe
@ -20,7 +20,6 @@ namespace vcpkg
|
||||
|
||||
std::string command;
|
||||
std::vector<std::string> command_arguments;
|
||||
void vcpkg_cmd_arguments::check_no_optional_command_arguments() const;
|
||||
std::unordered_set<std::string> check_and_get_optional_command_arguments(const std::vector<std::string>& valid_options) const;
|
||||
|
||||
void check_max_arg_count(const size_t expected_arg_count) const;
|
||||
|
@ -135,11 +135,6 @@ namespace vcpkg
|
||||
return args;
|
||||
}
|
||||
|
||||
void vcpkg_cmd_arguments::check_no_optional_command_arguments() const
|
||||
{
|
||||
this->check_and_get_optional_command_arguments({});
|
||||
}
|
||||
|
||||
std::unordered_set<std::string> vcpkg_cmd_arguments::check_and_get_optional_command_arguments(const std::vector<std::string>& valid_options) const
|
||||
{
|
||||
std::unordered_set<std::string> output;
|
||||
|
Loading…
Reference in New Issue
Block a user