mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
LibIPC: Remove declarations of unimplemented IPC::Encoder methods
Should have been removed in af2ae7fda1
.
This commit is contained in:
parent
0ae2cef8b4
commit
9d2884603e
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@ public:
|
|||
ErrorOr<void> encode_size(size_t size);
|
||||
|
||||
private:
|
||||
void encode_u32(u32);
|
||||
void encode_u64(u64);
|
||||
|
||||
MessageBuffer& m_buffer;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue