Skip to content

Commit 83b99db

Browse files
generatedunixname89002005232357facebook-github-bot
authored andcommitted
Revert D77424529
Summary: This diff reverts D77424529 Unland reason: This diff broke our Windows 2022 build for Open Source CI (T230460952). Depends on D77424529 Reviewed By: pdillinger Differential Revision: D78107313 fbshipit-source-id: 6177448e1015c239abcebb0e68470dfd841b6fa0
1 parent 9883576 commit 83b99db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

db/log_reader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ bool Reader::ReadRecord(Slice* record, std::string* scratch,
353353
}
354354
}
355355
}
356-
__builtin_unreachable();
356+
return false;
357357
}
358358

359359
void Reader::MaybeVerifyPredecessorWALInfo(

0 commit comments

Comments
 (0)