mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
UserspaceEmulator: Remove hand-rolled is_foo() helpers in favor of RTTI
This commit is contained in:
parent
db790dda62
commit
febc8a5ac7
7 changed files with 13 additions and 17 deletions
|
@ -49,8 +49,6 @@ public:
|
|||
virtual u8* data() override { return m_data; }
|
||||
virtual u8* shadow_data() override { return m_shadow_data; }
|
||||
|
||||
bool is_shared_buffer() const override { return true; }
|
||||
|
||||
int shbuf_id() const { return m_shbuf_id; }
|
||||
|
||||
int allow_all();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue