Skip to content

Commit

Permalink
Remove an assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
riversand963 committed Dec 8, 2020
1 parent 90ca39f commit 206821d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/version_set.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4234,7 +4234,6 @@ Status VersionSet::ProcessManifestWrites(
ColumnFamilyData* cfd = nullptr;
if (!e->IsColumnFamilyManipulation()) {
cfd = column_family_set_->GetColumnFamily(e->column_family_);
assert(cfd);
}
if (cfd) {
if (e->has_log_number_ && e->log_number_ > cfd->GetLogNumber()) {
Expand Down

0 comments on commit 206821d

Please sign in to comment.