Skip to content

Commit

Permalink
os/bluestore: drop unnecessary assert
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Oct 3, 2016
1 parent 1648792 commit 4a5da2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/os/bluestore/BlueStore.cc
Expand Up @@ -1172,7 +1172,6 @@ ostream& operator<<(ostream& out, const BlueStore::SharedBlob& sb)
out << "SharedBlob(" << &sb;
if (sb.sbid) {
out << " sbid 0x" << std::hex << sb.sbid << std::dec;
assert(sb.parent_set);
}
if (sb.loaded) {
out << " loaded " << sb.shared_blob;
Expand Down

0 comments on commit 4a5da2e

Please sign in to comment.