From 2cccd03966969a376f60e6b8658e1db60a2c2a6f Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 19 Apr 2017 13:49:51 -0700 Subject: Simplify InstallDirs class. No longer touches disk --- toolsrc/include/vcpkg_Commands.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index ef6020e1a..40c15688e 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -45,8 +45,7 @@ namespace vcpkg::Commands { struct InstallationDirs { - static InstallationDirs initiliaze(Files::Filesystem& fs, - const fs::path& source_dir, + static InstallationDirs initiliaze(const fs::path& source_dir, const fs::path& destination_root, const std::string& destination_subdirectory, const fs::path& listfile); -- cgit v1.2.3