diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-03-31 17:57:45 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-31 17:57:45 -0700 |
| commit | 9b9a35fa3824d3cd4f8da48fc0a60ca384a5ccab (patch) | |
| tree | 9a70043783cfd89d0ad8d9f85b5778059e41795c /toolsrc/include | |
| parent | 4e26c6781cfacde5f167a8401c37984ab1de7756 (diff) | |
| download | vcpkg-9b9a35fa3824d3cd4f8da48fc0a60ca384a5ccab.tar.gz vcpkg-9b9a35fa3824d3cd4f8da48fc0a60ca384a5ccab.zip | |
Remove Files::check_is_directory()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Files.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Files.h b/toolsrc/include/vcpkg_Files.h index 9afb9eeec..3998fbfe3 100644 --- a/toolsrc/include/vcpkg_Files.h +++ b/toolsrc/include/vcpkg_Files.h @@ -8,8 +8,6 @@ namespace vcpkg::Files { static const char* FILESYSTEM_INVALID_CHARACTERS = R"(\/:*?"<>|)"; - void check_is_directory(const LineInfo& line_info, const fs::path& dirpath); - bool has_invalid_chars_for_filesystem(const std::string& s); expected<std::string> read_contents(const fs::path& file_path) noexcept; |
