Skip to content

Commit 47081aa

Browse files
committed
Remove some dead code to minimize the upstream diff
1 parent 668088b commit 47081aa

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)