Skip to content

Commit

Permalink
removed FIXME as it has been fixed :).
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Jan 14, 2021
1 parent 0f4b97b commit 0f00327
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/vbucket.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Status VBucket::Link(std::string blob_name, std::string bucket_name,
LOG(INFO) << "Linking blob " << blob_name << " in bucket " << bucket_name
<< " to VBucket " << name_ << '\n';

// FIXME(hari): to use both bucket name and blob name
bool blob_exists = hermes_->BucketContainsBlob(bucket_name, blob_name);
if (blob_exists) {
// inserting value by insert function
Expand Down

0 comments on commit 0f00327

Please sign in to comment.