Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hx235 committed Aug 12, 2024
1 parent 6727f0f commit c54bfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_stress_tool/expected_value.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ExpectedValue {
: expected_value_(expected_value) {}

bool Exists() const {
assert(!PendingWrite() && !PendingDelete());
assert(!PendingWrite());
return !IsDeleted();
}

Expand Down

0 comments on commit c54bfcc

Please sign in to comment.