Skip to content

Commit

Permalink
Fix build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
anand1976 committed Aug 27, 2024
1 parent e11fb84 commit c9a0966
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db_stress_tool/expected_state.cc
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ Status FileExpectedStateManager::Restore(DB* db) {
if (s.ok()) {
for (size_t i = 0; i < expected_state_dir_children.size(); ++i) {
const auto& filename = expected_state_dir_children[i];
size_t suffix = filename.find_last_of(".");
if (filename.size() >= kTraceFilenameSuffix.size() &&
filename.rfind(kTraceFilenameSuffix) ==
filename.size() - kTraceFilenameSuffix.size()) {
Expand Down

0 comments on commit c9a0966

Please sign in to comment.