mirror of
https://github.com/matrix-construct/construct
synced 2025-03-16 22:41:46 +01:00
ircd::json: Minor cleanup; simplify statement.
This commit is contained in:
parent
20f81c55ea
commit
c526184508
1 changed files with 1 additions and 4 deletions
|
@ -414,10 +414,7 @@ ircd::json::printer::string_generate(unused_type,
|
|||
bool &ret)
|
||||
noexcept
|
||||
{
|
||||
#if __has_builtin(__builtin_assume)
|
||||
__builtin_assume(ret == true);
|
||||
#endif
|
||||
|
||||
assume(ret == true);
|
||||
assert(generator_state);
|
||||
auto &state
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue