mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
AK: Remove unnecessary FIXME comments from Stream.h.
This commit is contained in:
parent
bc332aca33
commit
a15556638d
Notes:
sideshowbarker
2024-07-19 03:24:09 +09:00
Author: https://github.com/asynts
Commit: a15556638d
Pull-request: https://github.com/SerenityOS/serenity/pull/3220
Reviewed-by: https://github.com/awesomekling
1 changed files with 0 additions and 2 deletions
|
@ -156,7 +156,6 @@ public:
|
||||||
return m_bytes[m_offset];
|
return m_bytes[m_offset];
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: Duplicated from AK::BufferStream::read_LEB128_unsigned.
|
|
||||||
// LEB128 is a variable-length encoding for integers
|
// LEB128 is a variable-length encoding for integers
|
||||||
bool read_LEB128_unsigned(size_t& result)
|
bool read_LEB128_unsigned(size_t& result)
|
||||||
{
|
{
|
||||||
|
@ -184,7 +183,6 @@ public:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME: Duplicated from AK::BufferStream::read_LEB128_signed.
|
|
||||||
// LEB128 is a variable-length encoding for integers
|
// LEB128 is a variable-length encoding for integers
|
||||||
bool read_LEB128_signed(ssize_t& result)
|
bool read_LEB128_signed(ssize_t& result)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue