Skip to content

Commit c915949

Browse files
committed
HttpServerConnection: Drop yet another superfluous CpuBoundWork usage
1 parent 5cc034b commit c915949

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/remote/httpserverconnection.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,6 @@ bool EnsureValidBody(
348348
Array::Ptr permissions = authenticatedUser->GetPermissions();
349349

350350
if (permissions) {
351-
CpuBoundWork evalPermissions (yc);
352-
353351
ObjectLock olock(permissions);
354352

355353
for (const Value& permissionInfo : permissions) {

0 commit comments

Comments
 (0)