summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer/Protocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Services/RequestServer/Protocol.cpp')
-rw-r--r--Userland/Services/RequestServer/Protocol.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/RequestServer/Protocol.cpp b/Userland/Services/RequestServer/Protocol.cpp
index 19f9fdb1f4..2db08d9685 100644
--- a/Userland/Services/RequestServer/Protocol.cpp
+++ b/Userland/Services/RequestServer/Protocol.cpp
@@ -31,6 +31,7 @@ Protocol::Protocol(const String& name)
Protocol::~Protocol()
{
+ // FIXME: Do proper de-registration.
VERIFY_NOT_REACHED();
}