diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-15 19:19:19 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-15 19:19:19 -0800 |
| commit | 293fcbec59a147f182a2d7b46a67797dcbf4a258 (patch) | |
| tree | 1f7fa05e155987e67e3e085f1121f4b938105640 /toolsrc/src/vcpkglib.cpp | |
| parent | ad197b4a742920e42eb7a1a649c07de417a517ad (diff) | |
| download | vcpkg-293fcbec59a147f182a2d7b46a67797dcbf4a258.tar.gz vcpkg-293fcbec59a147f182a2d7b46a67797dcbf4a258.zip | |
[!] Change the format of the listfile
Diffstat (limited to 'toolsrc/src/vcpkglib.cpp')
| -rw-r--r-- | toolsrc/src/vcpkglib.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkglib.cpp b/toolsrc/src/vcpkglib.cpp index 06487684c..78918e62c 100644 --- a/toolsrc/src/vcpkglib.cpp +++ b/toolsrc/src/vcpkglib.cpp @@ -164,12 +164,10 @@ static void upgrade_to_slash_terminated_sorted_format(std::vector<std::string>* // The new format is lexicographically sorted std::sort(lines->begin(), lines->end()); -#if 0 // Replace the listfile on disk const fs::path updated_listfile_path = listfile_path.generic_string() + "_updated"; Files::write_all_lines(updated_listfile_path, *lines); fs::rename(updated_listfile_path, listfile_path); -#endif } std::vector<StatusParagraph_and_associated_files> vcpkg::get_installed_files(const vcpkg_paths& paths, const StatusParagraphs& status_db) |
