🔥 remove duplicated line
This commit is contained in:
parent
b0730f29cf
commit
bc7e8faa4f
@ -5429,7 +5429,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
|
|||||||
// capacity has changed: update all elements' parents
|
// capacity has changed: update all elements' parents
|
||||||
set_parents();
|
set_parents();
|
||||||
}
|
}
|
||||||
set_parent(m_value.array->back());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
@ -22464,7 +22464,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
|
|||||||
// capacity has changed: update all elements' parents
|
// capacity has changed: update all elements' parents
|
||||||
set_parents();
|
set_parents();
|
||||||
}
|
}
|
||||||
set_parent(m_value.array->back());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user