diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 16:17:34 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 16:17:34 -0800 |
| commit | d65e78f6f5005c08832668a8f713d1f678c49b7c (patch) | |
| tree | 641127a3880691e15638545b6ab1f6163207858c /toolsrc/include | |
| parent | 058cbaf459e48b395cf170a9589f36b75a95c7bd (diff) | |
| download | vcpkg-d65e78f6f5005c08832668a8f713d1f678c49b7c.tar.gz vcpkg-d65e78f6f5005c08832668a8f713d1f678c49b7c.zip | |
Move functions that are only used by `import` out of vcpkg.h/cpp
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg.h b/toolsrc/include/vcpkg.h index 1715a40a5..4e284241d 100644 --- a/toolsrc/include/vcpkg.h +++ b/toolsrc/include/vcpkg.h @@ -26,7 +26,5 @@ namespace vcpkg void search_file(const vcpkg_paths& paths, const std::string& file_substr, const StatusParagraphs& status_db); - void binary_import(const vcpkg_paths& paths, const fs::path& include_directory, const fs::path& project_directory, const BinaryParagraph& control_file_data); - const std::string& version(); } // namespace vcpkg |
