mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
HttpServerConnection: Drop superfluous CpuBoundWork usage
This commit is contained in:
parent
32531fe909
commit
eb813cfb99
1 changed files with 0 additions and 2 deletions
|
|
@ -102,8 +102,6 @@ void HttpServerConnection::Disconnect()
|
|||
auto listener (ApiListener::GetInstance());
|
||||
|
||||
if (listener) {
|
||||
CpuBoundWork removeHttpClient (yc);
|
||||
|
||||
listener->RemoveHttpClient(this);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue