HttpServerConnection: Drop superfluous `CpuBoundWork` usage

This commit is contained in:
Yonas Habteab 2024-02-09 15:17:26 +01:00
parent 32531fe909
commit eb813cfb99
1 changed files with 0 additions and 2 deletions

View File

@ -102,8 +102,6 @@ void HttpServerConnection::Disconnect()
auto listener (ApiListener::GetInstance());
if (listener) {
CpuBoundWork removeHttpClient (yc);
listener->RemoveHttpClient(this);
}
}