aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 15:10:43 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 15:10:43 -0800
commit71b985dd032c37fd88010b70fd03dc4a5cfa9cf9 (patch)
tree506444ccea12dd9de60c4c739a9c2cc64f780b8f /toolsrc/include
parentb4304c9c995d7984566ed28294836bccbdfc24b2 (diff)
downloadvcpkg-71b985dd032c37fd88010b70fd03dc4a5cfa9cf9.tar.gz
vcpkg-71b985dd032c37fd88010b70fd03dc4a5cfa9cf9.zip
Remove try_load_port() overload
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkglib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolsrc/include/vcpkglib.h b/toolsrc/include/vcpkglib.h
index b1653d197..50635589a 100644
--- a/toolsrc/include/vcpkglib.h
+++ b/toolsrc/include/vcpkglib.h
@@ -22,10 +22,5 @@ namespace vcpkg
expected<SourceParagraph> try_load_port(const fs::path& control_path);
- inline expected<SourceParagraph> try_load_port(const vcpkg_paths& paths, const std::string& name)
- {
- return try_load_port(paths.ports / name);
- }
-
expected<BinaryParagraph> try_load_cached_package(const vcpkg_paths& paths, const package_spec& spec);
} // namespace vcpkg