diff options
Diffstat (limited to 'src/storage/LocalStorage.cxx')
-rw-r--r-- | src/storage/LocalStorage.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/storage/LocalStorage.cxx b/src/storage/LocalStorage.cxx index a229b3fe7..f0a1726e0 100644 --- a/src/storage/LocalStorage.cxx +++ b/src/storage/LocalStorage.cxx @@ -81,14 +81,6 @@ LocalStorage::MapFS(const char *uri_utf8) const return MapFS(uri_utf8, IgnoreError()); } -AllocatedPath -LocalStorage::MapChildFS(const char *uri_utf8, - const char *child_utf8) const -{ - const auto uri2 = PathTraitsUTF8::Build(uri_utf8, child_utf8); - return MapFS(uri2.c_str()); -} - bool LocalStorage::GetInfo(const char *uri_utf8, bool follow, FileInfo &info, Error &error) |