input/thread: remove bogus `inline`

This commit is contained in:
Max Kellermann 2024-07-29 23:14:10 +02:00
parent c29d23b4c3
commit cf962d94c7
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ ThreadInputStream::IsAvailable() const noexcept
return !IsEOF() || postponed_exception;
}
inline size_t
size_t
ThreadInputStream::Read(std::unique_lock<Mutex> &lock,
std::span<std::byte> dest)
{