diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:09:07 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:09:07 -0800 |
| commit | 7a1bc07142577cce32ee88c8d8ef60b386d19b6a (patch) | |
| tree | 899d2c0ee927ac23f24276f4f7d9f3c25c93550e /toolsrc/src/commands_installation.cpp | |
| parent | 21f69a44bead8c4ffe6719131172512519afe3aa (diff) | |
| download | vcpkg-7a1bc07142577cce32ee88c8d8ef60b386d19b6a.tar.gz vcpkg-7a1bc07142577cce32ee88c8d8ef60b386d19b6a.zip | |
[Dependencies] Remove unused parameter
Diffstat (limited to 'toolsrc/src/commands_installation.cpp')
| -rw-r--r-- | toolsrc/src/commands_installation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_installation.cpp b/toolsrc/src/commands_installation.cpp index 917b4a219..3f40ba023 100644 --- a/toolsrc/src/commands_installation.cpp +++ b/toolsrc/src/commands_installation.cpp @@ -141,7 +141,7 @@ namespace vcpkg Input::check_triplet(spec.target_triplet(), paths); // Explicitly load and use the portfile's build dependencies when resolving the build command (instead of a cached package's dependencies). - auto first_level_deps = Dependencies::get_unmet_package_build_dependencies(paths, spec, status_db); + auto first_level_deps = Dependencies::get_unmet_package_build_dependencies(paths, spec); std::vector<package_spec> first_level_deps_specs; for (auto&& dep : first_level_deps) { |
