mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +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)
|
bool &ret)
|
||||||
noexcept
|
noexcept
|
||||||
{
|
{
|
||||||
#if __has_builtin(__builtin_assume)
|
assume(ret == true);
|
||||||
__builtin_assume(ret == true);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
assert(generator_state);
|
assert(generator_state);
|
||||||
auto &state
|
auto &state
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue