mirror of https://github.com/Icinga/icinga2.git
HttpServerConnection: Drop yet another superfluous `CpuBoundWork` usage
This commit is contained in:
parent
5cc034b38f
commit
c9159494c0
|
@ -348,8 +348,6 @@ bool EnsureValidBody(
|
|||
Array::Ptr permissions = authenticatedUser->GetPermissions();
|
||||
|
||||
if (permissions) {
|
||||
CpuBoundWork evalPermissions (yc);
|
||||
|
||||
ObjectLock olock(permissions);
|
||||
|
||||
for (const Value& permissionInfo : permissions) {
|
||||
|
|
Loading…
Reference in New Issue