diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-28 11:54:40 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-28 11:55:29 -0800 |
| commit | ef4febc7ef08d1aaa3fb97efadf09e2ad2b9464d (patch) | |
| tree | 340bcffeddea595be39d218244b1a577ae81a479 /toolsrc/include | |
| parent | a7c93cd73eb734699101976c3017a3d33e33ce2c (diff) | |
| download | vcpkg-ef4febc7ef08d1aaa3fb97efadf09e2ad2b9464d.tar.gz vcpkg-ef4febc7ef08d1aaa3fb97efadf09e2ad2b9464d.zip | |
[vcpkg] Fix exporting packages with features-depending-on-features
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/packagespec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolsrc/include/vcpkg/packagespec.h b/toolsrc/include/vcpkg/packagespec.h index 0a4347639..299a9c401 100644 --- a/toolsrc/include/vcpkg/packagespec.h +++ b/toolsrc/include/vcpkg/packagespec.h @@ -28,10 +28,6 @@ namespace vcpkg static std::vector<PackageSpec> to_package_specs(const std::vector<std::string>& ports, const Triplet& triplet); - static std::vector<PackageSpec> from_dependencies_of_port(const std::string& port, - const std::vector<std::string>& dependencies, - const Triplet& triplet); - const std::string& name() const; const Triplet& triplet() const; |
