mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
InspectorServer: Remove unnecessary greet() message
This commit is contained in:
parent
78b57fcea3
commit
03df8882df
4 changed files with 0 additions and 9 deletions
|
@ -27,10 +27,6 @@ void ClientConnection::die()
|
|||
s_connections.remove(client_id());
|
||||
}
|
||||
|
||||
void ClientConnection::greet()
|
||||
{
|
||||
}
|
||||
|
||||
Messages::InspectorServer::GetAllObjectsResponse ClientConnection::get_all_objects(pid_t pid)
|
||||
{
|
||||
auto process = InspectableProcess::from_pid(pid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue