HttpServerConnection: Drop superfluous CpuBoundWork usage

This commit is contained in:
Yonas Habteab 2024-02-09 15:17:26 +01:00 committed by Alexander A. Klimov
parent 599a54aae0
commit e66f8567de

View File

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