Skip to content

Commit

Permalink
HttpServerConnection: Drop yet another superfluous CpuBoundWork usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Sep 5, 2024
1 parent 5cc034b commit c915949
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/remote/httpserverconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ bool EnsureValidBody(
Array::Ptr permissions = authenticatedUser->GetPermissions();

if (permissions) {
CpuBoundWork evalPermissions (yc);

ObjectLock olock(permissions);

for (const Value& permissionInfo : permissions) {
Expand Down

0 comments on commit c915949

Please sign in to comment.