diff options
Diffstat (limited to 'Userland/Services/RequestServer/Protocol.cpp')
-rw-r--r-- | Userland/Services/RequestServer/Protocol.cpp | 1 |
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(); } |