Skip to content

Commit

Permalink
HttpServerConnection: Drop superfluous CpuBoundWork usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Feb 9, 2024
1 parent 32531fe commit eb813cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/remote/httpserverconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ void HttpServerConnection::Disconnect()
auto listener (ApiListener::GetInstance());

if (listener) {
CpuBoundWork removeHttpClient (yc);

listener->RemoveHttpClient(this);
}
}
Expand Down

0 comments on commit eb813cf

Please sign in to comment.