1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 11:54:57 +00:00

Userland: Remove dummy IPC methods

They're not used anywhere and are unnecessary boilerplate code. So let's
remove them and update IPCCompiler to allow for empty endpoint
declarations.
This commit is contained in:
Gunnar Beutner 2021-06-23 17:00:38 +02:00 committed by Andreas Kling
parent 62f9377656
commit ac650d2362
11 changed files with 4 additions and 19 deletions

View file

@ -1,4 +1,3 @@
endpoint ImageDecoderClient
{
dummy() =|
}