diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-06-23 17:00:38 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-24 00:38:58 +0200 |
commit | ac650d2362488029258f92d9c773d51a115695d6 (patch) | |
tree | 9d8925d211dfd54183ec1415305bf95fa3d52e69 /Userland/Services/NotificationServer | |
parent | 62f9377656a18bcca1b1616f43dc3ba85dedd8c0 (diff) | |
download | serenity-ac650d2362488029258f92d9c773d51a115695d6.zip |
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.
Diffstat (limited to 'Userland/Services/NotificationServer')
-rw-r--r-- | Userland/Services/NotificationServer/NotificationClient.ipc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Services/NotificationServer/NotificationClient.ipc b/Userland/Services/NotificationServer/NotificationClient.ipc index a976801f0b..eff81745b6 100644 --- a/Userland/Services/NotificationServer/NotificationClient.ipc +++ b/Userland/Services/NotificationServer/NotificationClient.ipc @@ -1,4 +1,3 @@ endpoint NotificationClient { - dummy() =| } |