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 Aug 28, 2024
1 parent a2c3540 commit 916a234
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 916a234

Please sign in to comment.