We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd8fb8 commit e688323Copy full SHA for e688323
include/fast_io_hosted/filesystem/posix_at.h
@@ -487,11 +487,6 @@ inline ::fast_io::details::basic_ct_string<char_type> posix_readlinkat_impl(int
487
488
auto const symlink_size{static_cast<::std::size_t>(buf.st_size)};
489
490
- if (symlink_size == 0u)
491
- {
492
- return {};
493
- }
494
-
495
if constexpr (::std::same_as<char_type, char>)
496
{
497
::fast_io::details::basic_ct_string<char> result(symlink_size);
0 commit comments