Skip to content

Commit

Permalink
Remove blank TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Jan 27, 2022
1 parent f3c423a commit 2ba5b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buffer_organizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ void BoMove(SharedMemoryContext *context, RpcContext *rpc,
}
LocalFreeBufferIdList(context, blob_id);
}
// TODO(chogan):
LocalUnlockBlob(context, blob_id);
} else {
LOG(WARNING) << "Couldn't lock BlobID " << blob_id.as_int << "\n";
Expand Down

0 comments on commit 2ba5b15

Please sign in to comment.