1
Fork 0
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:
Timothy Flynn 2023-01-04 07:51:41 -05:00 committed by Linus Groh
parent 0ae2cef8b4
commit 9d2884603e

View file

@ -60,9 +60,6 @@ public:
ErrorOr<void> encode_size(size_t size);
private:
void encode_u32(u32);
void encode_u64(u64);
MessageBuffer& m_buffer;
};