mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56: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:
commit
930aabb7f3
1 changed files with 0 additions and 4 deletions
|
|
@ -14,10 +14,6 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
namespace fs {
|
||||
using namespace std::filesystem;
|
||||
}
|
||||
|
||||
Descriptor openDirectory(const std::filesystem::path & path)
|
||||
{
|
||||
return open(path.c_str(), O_RDONLY | O_DIRECTORY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue