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:
parent
668088b876
commit
47081aa94c
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue