summaryrefslogtreecommitdiff
path: root/Userland/Services/NotificationServer
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2021-06-23 17:00:38 +0200
committerAndreas Kling <kling@serenityos.org>2021-06-24 00:38:58 +0200
commitac650d2362488029258f92d9c773d51a115695d6 (patch)
tree9d8925d211dfd54183ec1415305bf95fa3d52e69 /Userland/Services/NotificationServer
parent62f9377656a18bcca1b1616f43dc3ba85dedd8c0 (diff)
downloadserenity-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.ipc1
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() =|
}