mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
LibJS: Remove unused Bytecode::Block::m_buffer_end
This commit is contained in:
parent
312297ac38
commit
4776c50d5f
1 changed files with 0 additions and 2 deletions
|
@ -60,8 +60,6 @@ private:
|
||||||
u8* m_buffer { nullptr };
|
u8* m_buffer { nullptr };
|
||||||
size_t m_buffer_capacity { 0 };
|
size_t m_buffer_capacity { 0 };
|
||||||
size_t m_buffer_size { 0 };
|
size_t m_buffer_size { 0 };
|
||||||
|
|
||||||
u8 const* m_buffer_end { nullptr };
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue