diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:05:32 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:05:32 -0800 |
| commit | d85e169c054c0702ec6cd2deedff58eaf49dcfab (patch) | |
| tree | 32cf4676b628d24577e8720c0c06efef4308967e /toolsrc/include | |
| parent | 8be5e7c123d241cd4a71d03acdf43ceccf57ded2 (diff) | |
| download | vcpkg-d85e169c054c0702ec6cd2deedff58eaf49dcfab.tar.gz vcpkg-d85e169c054c0702ec6cd2deedff58eaf49dcfab.zip | |
[Dependencies] Make function static
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Dependencies.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h index d8d331f9c..d8709e0bb 100644 --- a/toolsrc/include/vcpkg_Dependencies.h +++ b/toolsrc/include/vcpkg_Dependencies.h @@ -11,6 +11,5 @@ namespace vcpkg {namespace Dependencies std::unordered_set<package_spec> find_unmet_dependencies(const vcpkg_paths& paths, const std::vector<package_spec>& specs, const StatusParagraphs& status_db); - std::vector<std::string> get_unmet_package_dependencies(const vcpkg_paths& paths, const package_spec& spec, const StatusParagraphs& status_db); std::vector<std::string> get_unmet_package_build_dependencies(const vcpkg_paths& paths, const package_spec& spec, const StatusParagraphs& status_db); }} |
