1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:57:35 +00:00

LibIPC+IPCCompiler: Remove some unused members from generated messages

This commit is contained in:
Andreas Kling 2020-02-15 11:16:45 +01:00
parent 20d9c431ce
commit ef01af1cb2
2 changed files with 2 additions and 4 deletions

View file

@ -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: