提交 449627f0 编写于 作者: Y Yi Wu 提交者: Facebook Github Bot

Blob DB: remove unreacheable code

Summary:
Fixing #3604.
Closes https://github.com/facebook/rocksdb/pull/3606

Reviewed By: siying

Differential Revision: D7276604

Pulled By: yiwu-arbug

fbshipit-source-id: 915c5897b010d28956f369989e49e64785d1161f
上级 6f7b7f91
...@@ -129,7 +129,6 @@ class BlobDBIterator : public Iterator { ...@@ -129,7 +129,6 @@ class BlobDBIterator : public Iterator {
} }
return false; return false;
} }
return status_.IsNotFound();
} else { } else {
return false; return false;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册