input/thread: remove bogus `inline`
This commit is contained in:
parent
c29d23b4c3
commit
cf962d94c7
|
@ -114,7 +114,7 @@ ThreadInputStream::IsAvailable() const noexcept
|
||||||
return !IsEOF() || postponed_exception;
|
return !IsEOF() || postponed_exception;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline size_t
|
size_t
|
||||||
ThreadInputStream::Read(std::unique_lock<Mutex> &lock,
|
ThreadInputStream::Read(std::unique_lock<Mutex> &lock,
|
||||||
std::span<std::byte> dest)
|
std::span<std::byte> dest)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue