mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
AK: Remove unnecessary FIXME comments from Stream.h.
This commit is contained in:
parent
bc332aca33
commit
a15556638d
1 changed files with 0 additions and 2 deletions
|
@ -156,7 +156,6 @@ public:
|
|||
return m_bytes[m_offset];
|
||||
}
|
||||
|
||||
// FIXME: Duplicated from AK::BufferStream::read_LEB128_unsigned.
|
||||
// LEB128 is a variable-length encoding for integers
|
||||
bool read_LEB128_unsigned(size_t& result)
|
||||
{
|
||||
|
@ -184,7 +183,6 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
// FIXME: Duplicated from AK::BufferStream::read_LEB128_signed.
|
||||
// LEB128 is a variable-length encoding for integers
|
||||
bool read_LEB128_signed(ssize_t& result)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue