diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-01 02:03:07 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-12-01 02:03:07 -0800 |
| commit | 79399923b6cd98b9e77020615e433ef0560d5dc2 (patch) | |
| tree | ecb5c95d4ef088c67d6c047ef2f6f1e3a10a2dd3 /toolsrc/src/vcpkg.cpp | |
| parent | 53598df2874436a31ea6d4f1dd112310afaa83f4 (diff) | |
| download | vcpkg-79399923b6cd98b9e77020615e433ef0560d5dc2.tar.gz vcpkg-79399923b6cd98b9e77020615e433ef0560d5dc2.zip | |
Remove unused function
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp index 05ff7340f..6c5224f56 100644 --- a/toolsrc/src/vcpkg.cpp +++ b/toolsrc/src/vcpkg.cpp @@ -97,13 +97,6 @@ StatusParagraphs vcpkg::database_load_check(const vcpkg_paths& paths) return current_status_db; } -static std::string get_fullpkgname_from_listfile(const fs::path& path) -{ - auto ret = path.stem().generic_u8string(); - std::replace(ret.begin(), ret.end(), '_', ':'); - return ret; -} - void vcpkg::write_update(const vcpkg_paths& paths, const StatusParagraph& p) { static int update_id = 0; |
