mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:57:43 +00:00
LibIPC+IPCCompiler: Remove some unused members from generated messages
This commit is contained in:
parent
20d9c431ce
commit
ef01af1cb2
2 changed files with 2 additions and 4 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
|
||||
virtual int endpoint_magic() const = 0;
|
||||
virtual int message_id() const = 0;
|
||||
virtual String message_name() const = 0;
|
||||
virtual const char* message_name() const = 0;
|
||||
virtual MessageBuffer encode() const = 0;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue