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

Remove some dead code to minimize the upstream diff

This commit is contained in:
Eelco Dolstra 2025-07-09 22:12:05 +02:00
parent 668088b876
commit 47081aa94c

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);