1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00

RequestServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:23:55 +02:00
parent bf33b5df6e
commit 6b2f24018d
4 changed files with 0 additions and 9 deletions

View file

@ -18,7 +18,6 @@ RequestClient::RequestClient()
void RequestClient::handshake()
{
greet();
}
template<typename RequestHashMapTraits>