HttpServerConnection: Drop yet another superfluous `CpuBoundWork` usage

This commit is contained in:
Yonas Habteab 2024-08-28 17:34:17 +02:00
parent 5cc034b38f
commit c9159494c0
1 changed files with 0 additions and 2 deletions

View File

@ -348,8 +348,6 @@ bool EnsureValidBody(
Array::Ptr permissions = authenticatedUser->GetPermissions();
if (permissions) {
CpuBoundWork evalPermissions (yc);
ObjectLock olock(permissions);
for (const Value& permissionInfo : permissions) {