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
This commit is contained in:
Yi Wu 2018-03-14 14:20:44 -07:00 committed by Facebook Github Bot
parent 6f7b7f91b5
commit 449627f0ea

View File

@ -129,7 +129,6 @@ class BlobDBIterator : public Iterator {
}
return false;
}
return status_.IsNotFound();
} else {
return false;
}