1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Merge pull request #139 from DeterminateSystems/remove-dead

Remove some dead code to minimize the upstream diff
This commit is contained in:
Eelco Dolstra 2025-07-09 20:25:49 +00:00 committed by GitHub
commit 930aabb7f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,10 +14,6 @@
namespace nix { namespace nix {
namespace fs {
using namespace std::filesystem;
}
Descriptor openDirectory(const std::filesystem::path & path) Descriptor openDirectory(const std::filesystem::path & path)
{ {
return open(path.c_str(), O_RDONLY | O_DIRECTORY); return open(path.c_str(), O_RDONLY | O_DIRECTORY);