Skip to content

Commit 930aabb

Browse files
authored
Merge pull request #139 from DeterminateSystems/remove-dead
Remove some dead code to minimize the upstream diff
2 parents e1d45bb + 47081aa commit 930aabb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libutil/unix/file-system.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414

1515
namespace nix {
1616

17-
namespace fs {
18-
using namespace std::filesystem;
19-
}
20-
2117
Descriptor openDirectory(const std::filesystem::path & path)
2218
{
2319
return open(path.c_str(), O_RDONLY | O_DIRECTORY);

0 commit comments

Comments
 (0)