Remove unreachable code below FMT_THROW
(cherry picked from commit c8c9973669)
This commit is contained in:
parent
6f27f98103
commit
e3de93298b
@ -2624,7 +2624,6 @@ void BasicWriter<Char>::write_str(
|
||||
if (str_size == 0) {
|
||||
if (!str_value) {
|
||||
FMT_THROW(FormatError("string pointer is null"));
|
||||
return;
|
||||
}
|
||||
}
|
||||
std::size_t precision = static_cast<std::size_t>(spec.precision_);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user