🔥 remove duplicated line

This commit is contained in:
Niels Lohmann 2021-07-12 19:21:07 +02:00
parent b0730f29cf
commit bc7e8faa4f
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 0 additions and 2 deletions

View File

@ -5429,7 +5429,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
// capacity has changed: update all elements' parents
set_parents();
}
set_parent(m_value.array->back());
}
/*!

View File

@ -22464,7 +22464,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
// capacity has changed: update all elements' parents
set_parents();
}
set_parent(m_value.array->back());
}
/*!